Prepare/move main pages to 2020 layout
This commit is contained in:
parent
f52bf5d297
commit
a4dc773df3
7 changed files with 79 additions and 2 deletions
13
templates/page-2020.html
Normal file
13
templates/page-2020.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{% extends "layout-2020.html" %}
|
||||
{% block title %}{{ this.title }}{% endblock %}
|
||||
{% block subtitle %}{{ this.subtitle }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="row mb-3">
|
||||
<div class="col-md-12">
|
||||
{{ this.content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue