This website requires JavaScript.
Explore
Help
Sign In
offen
/
website
Watch
2
Star
0
Fork
0
You've already forked website
mirror of
https://github.com/offen/website.git
synced
2025-01-26 02:20:21 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
a553147a94
website
/
homepage
/
theme
/
templates
/
page.html
8 lines
109 B
HTML
Raw
Normal View
History
Unescape
Escape
moved theme folder in repo
2019-05-30 22:17:39 +02:00
{% extends "base.html" %}
use template inheritance for distinguishing layouts
2019-08-30 15:00:27 +02:00
{% block brand %}
<
div
class
=
"brand"
>
{{ super() }}
<
/
div
>
moved theme folder in repo
2019-05-30 22:17:39 +02:00
{% endblock %}
Reference in New Issue
Copy Permalink