mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 15:25:36 +00:00
14 lines
253 B
HTML
14 lines
253 B
HTML
<!-- prettier-ignore -->
|
|
{% extends template.self %}
|
|
|
|
<!-- prettier-ignore -->
|
|
{% block style %}
|
|
{{ super() }}
|
|
<link rel="stylesheet" href="/_styles/base.css" />
|
|
{% endblock %}
|
|
|
|
<!-- prettier-ignore -->
|
|
{% block body %}
|
|
{{ super() }}
|
|
{% endblock %}
|