blob: c1d9cb60a1061a36f548f847bad70b585eab7794 [file] [log] [blame]
---
layout: default
---
<!-- This layout is ONLY used for index.adoc, which is the default landing page
for the Ref Guide.
Its main difference is that it uses a different class for the content
container in order to have freedom to customize it as needed. -->
{% comment %}NOTE: page_id is also defined in default.html{% endcomment %}
{% assign page_id = page.url | split: '/' | last | remove: '.html' %}
<div class="homepage container">
{{ content }}
</div>
<br />