{% extends "base.html" %} {% block page_title %}About ยท {{ config.title | default("bckt") }}{% endblock page_title %} {% block content %}

About bckt

This is a sample static page.

Check pages/about/index.html in your source directory to see how it is built.

Visit https://github.com/vrypan/bckt/blob/main/docs/pages.md for more info on static pages.

{% endblock %}