website/templates/about.html
Filip Rojek 9c4bfc84ff
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 19s
Build Zola Website / build (pull_request) Successful in 15s
Texts edited, projects redesigned, posts temporarily removed, pkmples project added and more
2024-02-23 03:06:08 +01:00

12 lines
229 B
HTML

{% extends "base.html" %}
{% block styles %}
<link rel="stylesheet" href="/about.css">
{% endblock styles %}
{% block content %}
<section class="about content">
{{ page.content | safe }}
</section>
{% endblock content %}