rssto/crates/http/templates/info.html.tera
2026-01-08 00:27:48 +02:00

10 lines
No EOL
196 B
Text

{% extends "layout" %}
{% block content %}
<div>
<h1>{{ name }}</h1>
<a href="{{ link }}">{{ time }}</a>
<div>
{{ description | safe }}
</div>
</div>
{% endblock content %}