summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-intl/_templates/contents.html
blob: d730545d1bcf9151a2827484cc2da9e1eaf4c35f (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "layout.html" %}
{% block body %}
  <h1>{{ _('Welcome') }}</h1>
  <p>{%trans%}Sphinx {{ version }}{%endtrans%}</p>
{% endblock %}

{% block comment %}
utf-8 encoded string: ニシキヘビ
{% endblock %}