mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Add title if condition
This commit is contained in:
		@@ -1,8 +1,10 @@
 | 
			
		||||
<html>
 | 
			
		||||
    <head>
 | 
			
		||||
        <title>
 | 
			
		||||
          Opaque - {% block title %}{% endblock %}
 | 
			
		||||
        </title>
 | 
			
		||||
        {% if title %}
 | 
			
		||||
        <title>Opaque – {{ title }}</title>
 | 
			
		||||
        {% else %}
 | 
			
		||||
        <title>Opaque</title>
 | 
			
		||||
        {% endif %}
 | 
			
		||||
        <!-- import materialize icons css -->
 | 
			
		||||
        <link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='fonts/material-design-icons-3.0.1/iconfont/material-icons.css') }}">
 | 
			
		||||
        <!--Import materialize.css-->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user