version 0.2.0 replaces fromer version!
This commit is contained in:
6
adapters/django/templates/whynot/_page_header.html
Normal file
6
adapters/django/templates/whynot/_page_header.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{# 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>
|
||||
Reference in New Issue
Block a user