---
layout: default
---
{{ page.title }}
{{ content }}
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
{% include {{table}} %}
{% assign tour-info = page.url | remove_first: '/' | append: 'tour-info.html' %}
{% include {{tour-info}} %}