mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
3 lines
206 B
HTML
3 lines
206 B
HTML
{%- macro restriction(inner_text, css_class_name, html_id) -%}
|
|
<p><span class="badge bg-dark restriction {{ css_class_name }}-restriction" id="{{ html_id }}">{{ inner_text }}</span></p>
|
|
{%- endmacro -%} |