mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
10 lines
No EOL
196 B
Text
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 %} |