UNPKG

sails-blueprint-generate

Version:
24 lines (19 loc) 517 B
{# EXTENDING LAYOUT #} {% extends '../parts/layout.html' -%} {# INCLUDE HEADER #} {% block header -%} {% include '../parts/header.html' -%} {%- endblock %} {# CONTENT INJECTION #} {% block content -%} <section id="content" class="center rel"> <div class="markdown"> {{ plugin.md('about/markdown', true) }} </div> </section> {%- endblock %} {# FOOTER INJECTION #} {% block footer -%} {% set footclass = 'rel' %} {% include '../parts/footer.html' -%} {%- endblock %}