mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-27 08:20:34 +00:00
create small subtemplates for each block und apply new breadcrumbs logic
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{% extends 'nopaque.html.j2' %}
|
||||
{% extends "base.html.j2" %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="container">
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends 'nopaque.html.j2' %}
|
||||
{% extends "base.html.j2" %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="container">
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends 'nopaque.html.j2' %}
|
||||
{% extends "base.html.j2" %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="container">
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends 'nopaque.html.j2' %}
|
||||
{% extends "base.html.j2" %}
|
||||
|
||||
{% block page_content %}
|
||||
<div class="container">
|
||||
|
Reference in New Issue
Block a user