gronk/templates/article-text.html

10 lines
307 B
HTML
Raw Permalink Normal View History

2024-01-02 18:22:15 +00:00
{% extends "article.html" %}
2024-01-02 03:50:43 +00:00
{% block body_content %}
2023-09-17 19:47:05 +00:00
<p> This file was not rendered by gronk because it is a plaintext file, not a markdown
2024-01-02 18:22:15 +00:00
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 %}