mirror of
https://gitea.dmz.rs/Decentrala/website.git
synced 2026-07-11 22:12:17 +02:00
12 lines
232 B
HTML
12 lines
232 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}{{ title }} Decentrala{% endblock %}
|
|
|
|
{% block extra_styles %}{{ extra_styles|safe }}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="page-wrap">
|
|
{{ content|safe }}
|
|
</div>
|
|
{% endblock %}
|