Projekt

Obecné

Profil

Stáhnout (805 Bajtů) Statistiky
| Větev: | Revize:
1
<!DOCTYPE html>
2
<html lang="cs">
3
  <head>
4
    <meta charset="utf-8">
5
        
6
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
    <meta name="description" content="">
8
    <meta name="keywords" content="">
9

    
10
    <meta property="og:url" content="">
11
    <meta property="og:type" content="website">
12
    <meta property="og:title" content="">
13
    <meta property="og:description" content="">
14
    <meta property="og:image" content="">
15

    
16
    <link rel="shortcut icon" href="favicon.ico">
17

    
18
    <title>{% block title %}{% endblock %}</title>
19
    
20
    {% block stylesheets %}{% endblock %}
21
    {% block style %}{% endblock %}
22
  </head>
23
  <body{% block bodyClass %}{% endblock %}>
24
    {% block body %}{% endblock %}
25
    {% block javascripts %}{% endblock %}
26

    
27
  </body>
28
</html>
(1-1/4)