mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
6 lines
143 B
HTML
6 lines
143 B
HTML
{% extends "layout.html" %}
|
|
{% block body %}
|
|
<h1>{{ _('Template 1') }}</h1>
|
|
<p>{%trans%}This is Template 1.{%endtrans%}</p>
|
|
{% endblock %}
|