mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-10-14 02:31:58 +00:00
Add full_width and limited_width templates.
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
{% if current_user.is_dark == True %}
|
||||
DarkReader.enable({
|
||||
brightness: 100,
|
||||
contrast: 90,
|
||||
sepia: 10
|
||||
contrast: 100,
|
||||
sepia: 0
|
||||
});
|
||||
{% else %}
|
||||
DarkReader.disable();
|
||||
@@ -182,15 +182,9 @@
|
||||
</header>
|
||||
|
||||
<main class="grey lighten-5">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col s12">
|
||||
<h2>{% if title %}{{ title }}{% else %}Unnamed page{% endif %}</h2>
|
||||
</div>
|
||||
{% block page_content %}
|
||||
{% block main_block %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer class="page-footer">
|
||||
|
Reference in New Issue
Block a user