Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kristian Klausen
aurweb
79cb7632a2546a6815726304b2a1aa6a99bc9d94
79cb7632a2546a6815726304b2a1aa6a99bc9d94
Switch branch/tag
aurweb
templates
index.html
Find file
Normal view
History
Permalink
index.html
77 Bytes
Newer
Older
port over base HTML layout from PHP to FastAPI+Jinja2
Kevin Morris
committed
May 10, 2021
1
2
3
4
{% extends 'partials/layout.html' %}
{% block pageContent %}
{% endblock %}