mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
3 lines
99 B
HTML
3 lines
99 B
HTML
{% extends "base.html" %}
|
|
{% block content %}({{ title }}) Content goes here{% endblock content %}
|