4 lines
48 B
HTML
4 lines
48 B
HTML
|
<body>
|
||
|
{% if title %}
|
||
|
<h1>{{title}}</h1>
|
||
|
</body>
|