ungleich-staticcms/templates/page-2020.html

14 lines
300 B
HTML
Raw Normal View History

2020-01-04 13:03:03 +00:00
{% 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 %}