mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-24 04:42:44 +00:00
17 lines
379 B
HTML
17 lines
379 B
HTML
---
|
|
layout: page
|
|
---
|
|
<div id="mw-container">
|
|
<div id="mw-list">
|
|
{% if page.title contains 'middleware' %}
|
|
{% capture readme %}{% include mw-list.md %}{% endcapture %}
|
|
{% else %}
|
|
{% capture readme %}{% include util-list.md %}{% endcapture %}
|
|
{% endif %}
|
|
{{ readme | markdownify }}
|
|
</div>
|
|
<div id="middleware">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|