reorganized code
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-02-27 17:33:26 +01:00
parent 8f1345d4aa
commit 650bdc2fd6
7 changed files with 215 additions and 118 deletions

View File

@@ -0,0 +1,9 @@
{% extends 'base.html' %}
{% block part0 %}
<h1>{{ details.title }}</h1>
{% endblock part0 %}
{% block part1 %}
{% endblock part1 %}