gronk/templates/textarticle.html

10 lines
303 B
HTML
Raw Normal View History

2024-01-02 18:22:15 +00:00
{% extends "article.html" %}
{% block body %}
<p> This file was not rendered by notes2web 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 %}