This commit is contained in:
WorldWidePixel 2024-06-03 02:57:46 +02:00 committed by Forgejo
parent 66c67eaacc
commit 54a4965102
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -5,11 +5,11 @@
{% include 'includes/nav.twig' with {'page': 'nation'} %} {% include 'includes/nav.twig' with {'page': 'nation'} %}
<main class="pageContent container"> <main class="pageContent container">
<h1> {{ nation.name }}}} </h1> <h1> {{ nation.name }} </h1>
<p> {{ nation.short }}}} </p> <p style="font-family:monospace"> {{ nation.short }} </p>
<hr> <hr>
<img height="128px" src="{{ nation.flag }}" alt="{{ nation.name }}'s flag." /> <img style="border-radius: 12px" height="128px" src="{{ nation.flag }}" alt="{{ nation.name }}'s flag." />
<p> {{ nation.description }}}} </p> <p> {{ nation.description }} </p>
</main> </main>
{% include 'includes/footer.twig' %} {% include 'includes/footer.twig' %}