You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
467 B
15 lines
467 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body>
|
|
<div class="sidebar">
|
|
{# we continue to pass the sections key in case someone subclassed the template and use these #}
|
|
{% include "dynamic_preferences/sections.html" with registry=registry sections=registry.sections %}
|
|
</div>
|
|
<div class="main_content">
|
|
{% block content %}{% endblock %}
|
|
</div>
|
|
</body>
|
|
</html>
|