<aside class="box box-simple">
    <header class="box-h box-h-simple">Status: Draft
    </header>
    <div class="box-i">
        <p>This is an in-progress, unapproved draft.</p>
    </div>
</aside>
<aside class="box{% for mod in mods %} box-{{ mod }}{% endfor %}">
  {%render '@box-header', type=headertype, label=headerlabel, mods=headermods, icon=headericon %}
  <div class="box-i">
    {%- if content == "linklist" -%}
    {%- render '@list-links' -%}
    {%- elseif content == "listwithlinks" -%}
    {%- render '@list-unordered-with-link' -%}
    {%- elseif content == "help-box-content" -%}
    {%- render '@box-help-content' -%}
    {%- else -%}
    {{content}}
    {%- endif -%}
  </div>
</aside>
{
  "headerlabel": "Status: Draft",
  "headertype": "simple",
  "headermods": [
    "simple"
  ],
  "content": "<p>This is an in-progress, unapproved draft.</p>",
  "mods": [
    "simple"
  ]
}

There are no notes for this item.