{% extends "base" %}
{% block content %}
<div>
<h1>Character {{name}}</h1>
<h3>User: {{username}}</h3>
</div>
{% endblock content %}