tenebrous-sheets/templates/characters/view_character.html.tera

12 lines
236 B
Plaintext
Raw Normal View History

2020-12-01 21:32:16 +00:00
{% extends "base" %}
{% block content %}
<h1>Core Sheet</h1>
2020-12-01 21:32:16 +00:00
<div>
<h1>Character {{name}}</h1>
<h3>User: {{username}}</h3>
<p>System: {{data_type}}</h3>
<p>Strength: {{sheet.strength}}</p>
2020-12-01 21:32:16 +00:00
</div>
{% endblock content %}