Back to Eslint

{{ params.title }}

docs/src/_includes/components/hero.macro.html

10.3.0618 B
Original Source

{%- macro hero(params) -%}

{%- if params.post -%}

Published {{ params.post.date }} under {{ params.post.category }}

{%- endif -%}

{{ params.title }}

{{ params.supporting_text | safe }}

{% if params.buttons %} {% if params.buttons.primary %} {{ params.buttons.primary.primaryText }} {% endif %} {% if params.buttons.secondary %} {{ params.buttons.secondary.secondaryText }} {% endif %} {% endif %}

{% include "partials/ad.html" %}

{%- endmacro -%}