{% extends "page.html" %}

{% block content %}
<div class="col-lg-12">
<h1>Index Page</h1>

<h2>{{ time }}</h2>
</div>
{% endblock %}