{%extends "base.html"%} {%block html_lang%} {{config['lang']}} {%endblock html_lang%} {%block head_title%}
Some text here.
Tags: {%for t in all_tags%} {{t[0]}}{{", " if not loop.last else ""}} {%endfor%}