Improve page layouts

This commit is contained in:
2025-02-01 20:07:33 +01:00
parent 0971df3cbe
commit 652c7afb7a
5 changed files with 11 additions and 4 deletions

View File

@@ -1,9 +1,10 @@
{% extends "base.html" %}
{% block content %}
<h1>{{ revision_uri }}</h1>
<h1>Revision details</h1>
<ul>
<li>Revision: {{ revision_uri }}</li>
<li>Revision of: <a href="{# flake_revision.flake_link() #}">{# flake_revision.uri #}</a></a>
</ul>