mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
3 lines
161 B
HTML
3 lines
161 B
HTML
{% extends "base.html" %}
|
|
{% block title %}{{ page.title }} - {{ super() }}{% endblock %}
|
|
{% block content %}<article>{{ page.content }}</article>{% endblock %}
|