BlurMe/blurme/pages/about.py

7 lines
203 B
Python
Raw Normal View History

2023-11-21 17:09:20 +01:00
from blurme.components import about
about_page = about.template(
route="/about",
title="About BlurMe",
description="Learn more about the BlurMe app and its features.",
)(about.about_content)