1
Fork 0
lorchess.ru/_layouts/tournament.html

13 lines
237 B
HTML

---
layout: default
---
<div class="col-xs-12 col-sm-8 col-sm-offset-2">
<h1>{{ page.title }}</h1>
{{ content }}
<p></p>
{% assign table = page.url | remove_first: '/' | append: 'table.html' %}
{% include {{table}} %}
</div>