gronk/templates/textarticle.html
2024-01-02 18:22:56 +00:00

10 lines
299 B
HTML

{% extends "article.html" %}
{% block body %}
<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 %}