generated from hjess/PythonTemplateProject
update gitignore
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 37s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 37s
This commit is contained in:
@@ -2,14 +2,11 @@
|
||||
{% for section in sections %}
|
||||
<section>
|
||||
<div class="row">
|
||||
<div class="col-8 col-12-medium">
|
||||
{# <p><b>Kort: {{ section.summary }}</b></p>#}
|
||||
</div>
|
||||
<div class="col-8 col-12-medium"></div>
|
||||
<div class="col-4 col-12-medium">
|
||||
<p><small> <em>Kort: {{ section.summary }}</em></small></p>
|
||||
</div>
|
||||
</div>
|
||||
{# <h2>{{ section.name }}</h2>#}
|
||||
<div>
|
||||
{{ section.content | safe }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user