mirror of
https://github.com/tiyn/container-critique.git
synced 2025-11-24 14:49:45 +01:00
first commit
This commit is contained in:
11
src/templates/index.html
Normal file
11
src/templates/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "template.html" %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
<div class="blog">
|
||||
<h1>Index</h1><br>
|
||||
{% autoescape off %}
|
||||
{{ content_string }}
|
||||
{% endautoescape %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user