]> git.lizzy.rs Git - cheatdb.git/blobdiff - app/templates/flatpage.html
Add reviews to user profile
[cheatdb.git] / app / templates / flatpage.html
index 5143f571cda4587bdd4059b9f0aa04031b7ab568..05acb91a45acc12bfe12412e1dbc26b0a90eb84f 100644 (file)
@@ -4,8 +4,10 @@
 {{ page['title'] }}
 {% endblock %}
 
-{% block content %}
-       {% if not page["no_h1"] %}<h1>{{ page['title'] }}</h1>{% endif %}
+{% block container %}
+       <main class="container mt-4 content">
+               {% if not page["no_h1"] %}<h1>{{ page['title'] }}</h1>{% endif %}
 
-       {{ page.html | safe }}
+               {{ page.html | safe }}
+       </main>
 {% endblock %}