mirror of
https://github.com/tiyn/container-critique.git
synced 2025-10-15 12:21:22 +02:00
first commit
This commit is contained in:
10
src/templates/standalone.html
Normal file
10
src/templates/standalone.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends 'template.html' %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="standalone">
|
||||
{% autoescape off %}
|
||||
{{ content_string }}
|
||||
{% endautoescape %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user