comparison default/base/base.html @ 75:9471c7309ecc

base: added viewport meta
author Goffi <goffi@goffi.org>
date Mon, 04 Dec 2017 01:11:33 +0100
parents 90a303a14112
children d1741c2f3e9d
comparison
equal deleted inserted replaced
74:e99bd385774a 75:9471c7309ecc
2 {% import 'components/common.html' as component with context %} 2 {% import 'components/common.html' as component with context %}
3 {{ script.include('css') }} {# css.js is a common script, so it's useful to import it here #} 3 {{ script.include('css') }} {# css.js is a common script, so it's useful to import it here #}
4 <!DOCTYPE html> 4 <!DOCTYPE html>
5 <html> 5 <html>
6 <head> 6 <head>
7 <meta charset="utf-8" /> 7 <meta charset="utf-8">
8 <meta name="viewport" content="width=device-width, initial-scale=1">
8 9
9 {% if norobots %} 10 {% if norobots %}
10 <meta name="robots" content="noindex, nofollow"> 11 <meta name="robots" content="noindex, nofollow">
11 {% endif %} 12 {% endif %}
12 13