generated from hjess/PythonTemplateProject
Lets test
This commit is contained in:
14
templates/combined_template.html
Normal file
14
templates/combined_template.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<main>
|
||||
{% for section in sections %}
|
||||
<section>
|
||||
<h2>{{ section.name }}</h2>
|
||||
<p><strong>Summary:</strong> {{ section.summary }}</p>
|
||||
<p><strong>Author:</strong> {{ section.author }}</p>
|
||||
<div>
|
||||
{{ section.content | safe }}
|
||||
</div>
|
||||
<hr>
|
||||
</section>
|
||||
{% endfor %}
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user