{% extends "web/base.html" %} {% block header %} {{ super() }} {% endblock %} {% block title %} {{user}}: {{message['Subject'] | striptags | escape | title }} {% endblock %} {% block notifications %} {{ super() }}
  • About {{user}}

    They blog here. That's all we know.

  • {% endblock %} {% block content %}

    {{ message['Subject'] }}

    [send a comment] {{content}}
    {% endblock %}