2014-03-04 23:29:23 +04:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2014-07-01 18:15:36 +04:00
|
|
|
<link rel="stylesheet" href="/assets/css/theme.blue.css">
|
|
|
|
<link rel="stylesheet" href="/assets/css/table.custom.css">
|
|
|
|
<link rel="stylesheet" href="/assets/css/tour-info.css">
|
|
|
|
|
2014-04-13 11:45:30 +04:00
|
|
|
<div class="col-xs-12 col-sm-10 col-sm-offset-1">
|
2014-03-04 23:29:23 +04:00
|
|
|
<h1>{{ page.title }}</h1>
|
|
|
|
{{ content }}
|
2014-03-20 00:15:01 +04:00
|
|
|
</div>
|
2014-03-04 23:29:23 +04:00
|
|
|
|
2014-03-20 00:15:01 +04:00
|
|
|
<div class="col-xs-12">
|
2014-03-04 23:29:23 +04:00
|
|
|
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
|
|
|
|
{% include {{table}} %}
|
|
|
|
</div>
|
2014-03-27 19:44:35 +04:00
|
|
|
|
|
|
|
<div class="col-xs-12">
|
|
|
|
{% assign tour-info = page.url | remove_first: '/' | append: 'tour-info.html' %}
|
|
|
|
{% include {{tour-info}} %}
|
|
|
|
</div>
|