orangesite/view/index.html
sneak c61227293e
Some checks failed
continuous-integration/drone/push Build is failing
progress
2020-03-24 17:49:19 -07:00

10 lines
134 B
HTML

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