mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
6 lines
165 B
HTML
6 lines
165 B
HTML
{% capture alert_content %}
|
|
{{ site.data[page.lang].general.community-caveat-alert }}
|
|
{% endcapture %}
|
|
|
|
{% include admonitions/warning.html content=alert_content %}
|