website/templates/md_page.html.tera
Joey Hines eb4876c739 Initial commit
+ Contains base files and a resume file
+ More links are planned for the future
+ Might need some cleanup work and testing in the future
2020-02-16 15:33:09 -06:00

11 lines
154 B
Plaintext

{% extends "base" %}
{% block command %}
cat {{ page }}.md
{% endblock command %}
{% block content %}
<br/>
{{ md_data | safe }}
{% endblock content %}