pi66.xyz My personal website. git clone https://git.pi66.xyz/pi66.xyz
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" %}