init
This commit is contained in:
commit
78c3dc9737
36 changed files with 1126 additions and 0 deletions
8
theme/templates/page.mu
Normal file
8
theme/templates/page.mu
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue