Skip to content
Snippets Groups Projects
Commit 49f5e45d authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3357708: Improve the use of Heading, Page title, and Heading Blcok components

parent 51dee6ed
No related branches found
No related tags found
Loading
{% include "varbase_components:heading-block" with {
heading_size: heading_size,
label: label
{#
/**
* @file
* Template for the Varbase Heading block content.
*/
#}
{% include "varbase_components:block-heading" with {
heading_tag: heading_size['#items'].getString(),
heading_text: label
} %}
\ No newline at end of file
{#
/**
* @file
* Template for the inline Varbase Heading block.
*/
#}
{% include "varbase_components:block-heading" with {
heading_tag: heading_size['#items'].getString(),
heading_text: label
} %}
\ No newline at end of file
{#
/**
* @file
* Template for the page title.
* Vartheme BS5's theme implementation for a page title.
*
* Available variables:
* - title_attributes: HTML attributes for the page title element.
* - title_prefix: Additional output populated by modules, intended to be
* displayed in front of the main title tag that appears in the template.
* - title: The page title, for use in the actual content.
* - title_suffix: Additional output populated by modules, intended to be
* displayed after the main title tag that appears in the template.
*/
#}
{% include "varbase_components:title" %}
{% include 'varbase_components:page-title' %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment