+ {{ page.body|richtext }}
+
+
{% for item in page.gallery_images.all %}
-
\ No newline at end of file
diff --git a/stranky/templates/stranky/stranky_page.html b/stranky/templates/stranky/stranky_page.html
index efbed53..1cf4aa6 100644
--- a/stranky/templates/stranky/stranky_page.html
+++ b/stranky/templates/stranky/stranky_page.html
@@ -1,37 +1,4 @@
-
-
-
{% extends "base.html" %}
@@ -40,16 +7,14 @@
{% block body_class %}template-blogpage{% endblock %}
{% block content %}
-
Return to blog
-
{{ page.title }}
-
-
{{ page.intro }}
-
- {{ page.body|richtext }}
-
-
- {% for item in page.gallery_images.all %}
+
+
+
{{ page.title }}
+ {{ page.body|richtext }}
+
+
+ {% for item in page.gallery_images.all %}
{% image item.image fill-600x400 %}
{{ item.caption }}
@@ -59,4 +24,12 @@
{% endblock %}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ubytovani/static/css/ubytovani.css b/ubytovani/static/css/ubytovani.css
index e69de29..e53ac34 100644
--- a/ubytovani/static/css/ubytovani.css
+++ b/ubytovani/static/css/ubytovani.css
@@ -0,0 +1,16 @@
+main > .container {
+ padding: 60px 15px 0;
+ }
+
+ .footer {
+ background-color: #f5f5f5;
+ }
+
+ .footer > .container {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+
+ code {
+ font-size: 80%;
+ }
\ No newline at end of file
diff --git a/ubytovani/templates/base.html b/ubytovani/templates/base.html
index a38cbb1..ebf3aad 100644
--- a/ubytovani/templates/base.html
+++ b/ubytovani/templates/base.html
@@ -1,7 +1,7 @@
{% load static wagtailuserbar %}
-
+
@@ -18,7 +18,9 @@
{# Global stylesheets #}
+
+
{% block extra_css %}
{# Override this in templates to add extra stylesheets #}
@@ -27,8 +29,44 @@
{% wagtailuserbar %}
+
+
+
- {% block content %}{% endblock %}
+ {% block content %}{% endblock %}
+
+
+
{# Global javascript #}