Back to Expressjs

Middleware

_layouts/middleware.html

latest486 B
Original Source

{% if page.module == 'mw-home' %} {{content}} {% elsif page.module %} {% capture note-middleware %} This page was generated from the {{page.module}} README. {% endcapture %} {% include admonitions/note.html content=note-middleware %} {% capture included-readme %}{% include readmes/{{page.module}}.md %}{% endcapture %} {{ included-readme | markdownify }} {% else %}

ERROR: No source specified for README {{page.module}}

{% endif %}