{% from "/macros/profile/profile-navigation.html" import profileNavigation %} {% from "/macros/profile/profile-action-button.html" import productActionButton %} {% from "/macros/profile-image.html" import productImageLarge %} {% from "/macros/simple-tooltip.html" import simpleTooltip %} {% macro productHeadCard(app) %} {% set summary = app.summary %} {% set categories = app.categories %} {% set navigation = app.navigation %} {% set leads = app.leads %} {% set actions = app.callToActions %} {% set applicationType = app.config.type %}
{{ actions.caption.text | safe }} {{ simpleTooltip(actions.caption.tooltip, "bottom") }}