update templates

This commit is contained in:
2024-01-02 03:50:43 +00:00
parent 49a215a587
commit b4aa431f4d
9 changed files with 110 additions and 132 deletions

View File

@@ -0,0 +1,9 @@
{% extends "article.html" %}
{% block body_content %}
<p> This file was not rendered by gronk because it is a plaintext file, not a markdown
file.
You access the raw file <a href="{{ raw_link }}">here</a>.
Below is an unformatted representation of the file:
</p>
<pre>{{ raw_content }}</pre>
{% endblock %}