Skip to content

Commit 35fbf99

Browse files
committed
Clarify tests example with tags in templating
1 parent f735d0c commit 35fbf99

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

tests/basic_setup/docs/theme/main.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@
33
{% block disqus %}
44
<div class="md-source-date">
55
<small>
6-
Authors: {{ git_authors_summary }}
7-
<br>
8-
Old tag: {{ git_page_authors }}
6+
<p>
7+
Available template jinja2 tags:
8+
</p>
9+
10+
<mark>{% raw %}{{ git_page_authors }}{% endraw %}</mark>: {{ git_page_authors }} <br />
11+
<mark>{% raw %}{{ git_info }}{% endraw %}</mark>: <small>{{ git_info }}</small><br />
12+
<mark>{% raw %}{{ git_site_authors }}{% endraw %}</mark>: {{ git_site_authors }} <br />
13+
<p>
14+
Old tags to be deprecated: <br />
15+
</p>
16+
<mark>{% raw %}{{ git_authors_summary }}{% endraw %}</mark>: {{ git_authors_summary }} <br />
17+
<mark>{% raw %}{{ git_authors }}{% endraw %}</mark>: {{ git_authors }}
918
</small>
1019
</div>
1120
{% include "partials/integrations/disqus.html" %}

0 commit comments

Comments
 (0)