generated from hjess/PythonTemplateProject
Lets test
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
<main>
|
||||
{% for section in sections %}
|
||||
<section>
|
||||
<div class="row">
|
||||
<div class="col-8 col-12-medium">
|
||||
<p><b>Opsumering: {{ section.summary }}</b></p>
|
||||
</div>
|
||||
<div class="col-4 col-12-medium">
|
||||
<p><em>Forfatter: {{ section.author }}</em></p>
|
||||
</div>
|
||||
</div>
|
||||
<h2>{{ section.name }}</h2>
|
||||
<p><strong>Summary:</strong> {{ section.summary }}</p>
|
||||
<p><strong>Author:</strong> {{ section.author }}</p>
|
||||
<div>
|
||||
{{ section.content | safe }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user