{% extends "fiction_outlines/base.html" %} {% load i18n %} {% block head_title %}{{ character.name }}{% endblock %} {% block content %}
{{ character.description }}
{% trans "Back to character list" %}