mirror of
https://github.com/alvierahman90/gronk.git
synced 2025-10-13 07:54:31 +00:00
update templates
This commit is contained in:
9
templates/article-text.html
Normal file
9
templates/article-text.html
Normal 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 %}
|
Reference in New Issue
Block a user