mirror of
https://github.com/avitex/avitex.github.io
synced 2024-11-16 09:29:57 +00:00
4 lines
201 B
HTML
4 lines
201 B
HTML
{% extends "content.html" %}
|
|
{% import "macros.html" as macros %}
|
|
{% block title %}{{ page.title }} - {{ config.title }}{% endblock %}
|
|
{% block content %}{{ page.content | safe }}{% endblock content %} |