Rocket/contrib/lib/tests/templates/tera/html_test.html.tera

6 lines
132 B
Plaintext

{% extends "tera/base" %}
{% block title %}{{ title }}{% endblock title %}
{% block content %}
{{ content }}
{% endblock content %}