Adjusting thigns to go to queue.

This commit is contained in:
calcu1on
2025-03-30 22:59:13 -04:00
parent c49263a78d
commit 18cb2c1a8b
9 changed files with 204 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
{% for character in characters %}
<h2>{{ character.name }}</h2>
<h4>{{ character.title }}</h4>
<p>{{ character.bio }}</p>
{% endfor %}