+ Contains base files and a resume file + More links are planned for the future + Might need some cleanup work and testing in the future
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
{% extends "base" %}
|
|
|
|
{% block command %}
|
|
cat {{ page }}.md
|
|
{% endblock command %}
|
|
|
|
|
|
{% block content %}
|
|
<br/>
|
|
{{ md_data | safe }}
|
|
{% endblock content %} |