7 lines
412 B
HTML
7 lines
412 B
HTML
{# Page header with eyebrow, title, optional lede.
|
|
|
|
{% include "whynot/_page_header.html" with eyebrow="whynot · prototypes" title="Prototypes" lede="Structured prototype cards." %}
|
|
|
|
For actions, write the component inline rather than using this partial. #}
|
|
<wn-page-header{% if eyebrow %} eyebrow="{{ eyebrow }}"{% endif %} title="{{ title }}"{% if lede %} lede="{{ lede }}"{% endif %}></wn-page-header>
|