orangesite/view/index.html

10 lines
134 B
HTML

{% extends "page.html" %}
{% block content %}
<div class="col-lg-12">
<h1>Index Page</h1>
<h2>{{ time }}</h2>
</div>
{% endblock %}