{%extends "base.html"%} {%block html_lang%}{{config['lang']}}{%endblock html_lang%} {%block head_title%} {{config['title']}} {%endblock head_title%} {%block head_description%} {%endblock head_description%} {%block head_rss%} {%endblock head_rss%} {%block head_og%} {%endblock head_og%} {%block body_content%}

{{config['info']['title']}}

Welcome to the official pyssg website. This is as of now serving as a testing ground when I'm making changes to it.

Get the RSS feed: {{config['url']['main']}}/rss.xml

{%endblock body_content%}