Pi66

pi66.xyz
My personal website.
git clone https://git.pi66.xyz/pi66.xyz

md/about.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{% set page_title = "About" %}
{% set page_content %}

{% for title, content in about|items %}

# >**{{ title }}**

{{ content }}

{% endfor %}

{% endset %}

{% include "base.html" %}