1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2026-02-22 04:44:48 +01:00
Files
beaker-blog/src/templates/standalone.html
2020-05-27 15:53:33 +02:00

11 lines
222 B
HTML

{% extends 'template.html' %}
{% block content %}
<div class="container">
<div class="standalone">
{% autoescape off %}
{{ content_string }}
{% endautoescape %}
</div>
</div>
{% endblock %}