mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-12-20 16:40:13 +01:00
5 lines
137 B
HTML
5 lines
137 B
HTML
|
|
{# layout.html #}
|
||
|
|
{# Import the theme's layout. #}
|
||
|
|
{% extends "!layout.html" %}
|
||
|
|
|
||
|
|
{% set css_files = css_files + ['_static/dftext.css'] %}
|