Projekt

Obecné

Profil

Stáhnout (805 Bajtů) Statistiky
| Větev: | Revize:
1 3fc08f2d vastja
<!DOCTYPE html>
2 c236b33a msebela
<html lang="cs">
3 c892003d Martin Sebela
  <head>
4
    <meta charset="utf-8">
5 c236b33a msebela
        
6 c892003d Martin Sebela
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7 20513e9f Martin Sebela
    <meta name="description" content="">
8
    <meta name="keywords" content="">
9 495391a1 Martin Sebela
10 20513e9f Martin Sebela
    <meta property="og:url" content="">
11 c892003d Martin Sebela
    <meta property="og:type" content="website">
12 20513e9f Martin Sebela
    <meta property="og:title" content="">
13
    <meta property="og:description" content="">
14
    <meta property="og:image" content="">
15 500e20aa msebela
16 c892003d Martin Sebela
    <link rel="shortcut icon" href="favicon.ico">
17 500e20aa msebela
18 c892003d Martin Sebela
    <title>{% block title %}{% endblock %}</title>
19
    
20
    {% block stylesheets %}{% endblock %}
21
    {% block style %}{% endblock %}
22 20513e9f Martin Sebela
  </head>
23
  <body{% block bodyClass %}{% endblock %}>
24 c892003d Martin Sebela
    {% block body %}{% endblock %}
25
    {% block javascripts %}{% endblock %}
26 90b74d8f Tomáš Ballák
27 c892003d Martin Sebela
  </body>
28 3fc08f2d vastja
</html>