organicmaps-website/templates/pure.html
2024-02-09 14:32:09 +02:00

10 lines
No EOL
246 B
HTML

{% extends "base.html" %}
{%- block content %}
<section class="pure" style="padding-top: 100px">
<div class="container">
{{ page.content | safe }}
</div>
</section>
{%- endblock content %}
{% include 'section/solo-donate.html' %}