mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-10 19:49:06 +00:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
|
{% extends "tera/base" %}
|
||
|
{% block title %}{{ title }}{% endblock title %}
|
||
|
{% block content %}
|
||
|
{{ content }}
|
||
|
{% endblock content %}
|