tenebrous-sheets/templates/view_character.html.tera

9 lines
142 B
Plaintext
Raw Normal View History

2020-12-01 21:32:16 +00:00
{% extends "base" %}
{% block content %}
<div>
<h1>Character {{name}}</h1>
<h3>User: {{username}}</h3>
</div>
{% endblock content %}