mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	codestyle enhancements in base template
This commit is contained in:
		@@ -8,7 +8,6 @@
 | 
			
		||||
  {% block html %}
 | 
			
		||||
  <head {% block head_attributes %}{% endblock head_attributes %}>
 | 
			
		||||
    {% block head %}
 | 
			
		||||
 | 
			
		||||
    {% block metas %}
 | 
			
		||||
    {% include '_base/metas.html.j2' %}
 | 
			
		||||
    {% endblock metas %}
 | 
			
		||||
@@ -32,7 +31,6 @@
 | 
			
		||||
    {% block body %}
 | 
			
		||||
    <header {% block header_attributes %}{% endblock header_attributes %}>
 | 
			
		||||
      {% block header %}
 | 
			
		||||
 | 
			
		||||
      {% block navbar %}
 | 
			
		||||
      {% include '_base/navbar.html.j2' %}
 | 
			
		||||
      {% endblock navbar %}
 | 
			
		||||
@@ -40,7 +38,6 @@
 | 
			
		||||
      {% block sidenav %}
 | 
			
		||||
      {% include '_base/sidenav.html.j2' %}
 | 
			
		||||
      {% endblock sidenav %}
 | 
			
		||||
 | 
			
		||||
      {% endblock header %}
 | 
			
		||||
    </header>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user