micron-blog/theme/templates/page.mu

9 lines
246 B
Text
Raw Normal View History

2023-05-16 23:34:27 +03:00
{% extends "base.mu" %}
{% block title %}{{ page.title }}{%endblock%}
{% block content %}
>{{ page.title }}
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{{ page.content }}
{% endblock %}