This commit is contained in:
9
view/index.html
Normal file
9
view/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "page.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="col-lg-12">
|
||||
<h1>Index Page</h1>
|
||||
|
||||
<h2>{{ time }}</h2>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user