mirror of
https://github.com/prometheus/docs.git
synced 2026-02-06 18:44:55 +01:00
and instead make a new "page" layout for markdown-based pages. This avoids changing the HTML based pages which are using the "default" layout currently.
9 lines
129 B
HTML
9 lines
129 B
HTML
<%= render 'header' %>
|
|
|
|
<div class="container">
|
|
<%= yield %>
|
|
<%= render 'container_footer' %>
|
|
</div>
|
|
|
|
<%= render 'footer' %>
|