{% extends 'layout.html' %} {% block title %}{{page.title}}{% endblock %} {% block content %}

{% for t in page.tags %} {{t}} {% endfor %}

{{page.target_text|safe}} {% endblock %}