4.21.3
This commit is contained in:
16
app/templates/default.html
Normal file
16
app/templates/default.html
Normal file
@ -0,0 +1,16 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="flex-fill">
|
||||
{% include "header.html" %}
|
||||
|
||||
<div class="my-2 my-md-2">
|
||||
<div class="container pt-1" style="min-height: 800px">
|
||||
{% block default_content %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% include "footer.html" %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user