|  | @@ -29,6 +29,7 @@
 | 
											
												
													
														|  |    {% endblock %}
 |  |    {% endblock %}
 | 
											
												
													
														|  |    <link rel="icon" href="{{ url_for('static', filename='img/favicon.png') }}" sizes="any">
 |  |    <link rel="icon" href="{{ url_for('static', filename='img/favicon.png') }}" sizes="any">
 | 
											
												
													
														|  |    <link rel="icon" href="{{ url_for('static', filename='img/favicon.svg') }}" type="image/svg+xml">
 |  |    <link rel="icon" href="{{ url_for('static', filename='img/favicon.svg') }}" type="image/svg+xml">
 | 
											
												
													
														|  | 
 |  | +  <link rel="apple-touch-icon" href="{{ url_for('static', filename='img/favicon.png') }}"/>
 | 
											
												
													
														|  |  </head>
 |  |  </head>
 | 
											
												
													
														|  |  <body class="{{ endpoint }}_endpoint" >
 |  |  <body class="{{ endpoint }}_endpoint" >
 | 
											
												
													
														|  |    <main id="main_{{  self._TemplateReference__context.name|replace("simple/", "")|replace(".html", "") }}" class="{{body_class}}">
 |  |    <main id="main_{{  self._TemplateReference__context.name|replace("simple/", "")|replace(".html", "") }}" class="{{body_class}}">
 |