mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-10-14 00:14:41 +00:00
begin rewrite
This commit is contained in:
9
templates/textarticle.html
Normal file
9
templates/textarticle.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% 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 %}
|
Reference in New Issue
Block a user