7 lines
203 B
Python
7 lines
203 B
Python
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) |