{% extends "base.html" %} {% block title %}{{ title }} - txt.irc.now{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ title }}

{{ language }} | {{ created_at }} {% if let Some(exp) = expires_at %} | expires {{ exp }} {% endif %} | raw {% if is_owner %} |
{% endif %}
{{ content }}
{% endblock %}