mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Add row structure to base template
This commit is contained in:
		@@ -18,8 +18,14 @@
 | 
			
		||||
  <body>
 | 
			
		||||
    {% include 'sidenav.html.j2' %}
 | 
			
		||||
 | 
			
		||||
    {% block page_content %}
 | 
			
		||||
    {% endblock %}
 | 
			
		||||
    <main>
 | 
			
		||||
      <div class="container">
 | 
			
		||||
        <div class="row">
 | 
			
		||||
          {% block page_content %}
 | 
			
		||||
          {% endblock %}
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </main>
 | 
			
		||||
 | 
			
		||||
    <!--JavaScript at end of body for optimized loading-->
 | 
			
		||||
    <script type="text/javascript" src="{{ url_for('static', filename='js/materialize.min.js') }}"></script>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user