Prepare/move main pages to 2020 layout

This commit is contained in:
Nico Schottelius 2020-01-04 14:03:03 +01:00
commit a4dc773df3
7 changed files with 79 additions and 2 deletions

13
templates/page-2020.html Normal file
View 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 %}