9 lines
135 B
HTML
9 lines
135 B
HTML
|
{% extends 'base.html' %}
|
||
|
|
||
|
{% block part0 %}
|
||
|
<h1>{{ details.title }}</h1>
|
||
|
{% endblock part0 %}
|
||
|
|
||
|
{% block part1 %}
|
||
|
|
||
|
{% endblock part1 %}
|