mailpot/archive-http/src/templates/index.html

9 lines
157 B
HTML
Raw Normal View History

2022-05-08 02:51:25 +03:00
{% include "header.html" %}
<div class="entry">
<h1>{{title}}</h1>
<div class="body">
{{body}}
</div>
</div>
{% include "footer.html" %}