--- title: <%= config[:slug].humanize -%> <% if config[:translated] %> # TODO: explain it (used only if the page is not for the defaut locale) slug: <%= config[:slug] -%> <% end %> # TODO: explain it listed: true # TODO: explain it published: true # TODO: explain it # position: 1 # TODO: explain it # redirect_url: "" # TODO: explain it # content_type: "" # TODO: explain it # editable_elements: # 'some_block/some_slug': "" # 'some_block/some_slug': "" --- {% extends parent %} {% block main %} %p Hello world {% endblock %}