my-card.twig
Same filename in this branch
Same filename and directory in other branches
<div {{ attributes }}>
<h2 class="component--my-card__header">{{ header }}</h2>
<div class="component--my-card__body">
{% block card_body %}
Default contents for a card
{% endblock %}
</div>
</div>
File
-
core/
modules/ system/ tests/ themes/ sdc_theme_test/ components/ my-card/ my-card.twig
View source
- <div {{ attributes }}>
- <h2 class="component--my-card__header">{{ header }}</h2>
- <div class="component--my-card__body">
- {% block card_body %}
- Default contents for a card
- {% endblock %}
- </div>
- </div>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.