1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-05-07 03:22:34 +02:00
Files
digimarks/templates/index.html
T

7 lines
280 B
HTML

{% extends "base.html" %}
{% block title %}digimarks{% endblock %}
{% block pagetitle %}digimarks{% endblock %}
{% block pagecontent %}
<p>Please visit your personal url, or <a href="https://github.com/aquatix/digimarks">see the digimarks project page</a>.</p>
{% endblock %}