exam-preparation

Information

Folder
src/components/templates/exam-preparation

Files

Schema
Mocks
Template
// src/components/templates/exam-preparation/exam-preparation.twig

{{ attach_library("circle_dot/template-default") }}

<div class="Template Template--examPreparation">
	<a class="Template-skip u-hiddenVisually--focusVisible" href="#content">{{ "Skip to main content"|t }}</a>

	<div class="Template-header">
		{{ header }}
	</div>

	{% if billboard %}
		<div class="Template-billboard u-container">
			{{ billboard }}
		</div>
	{% endif %}

	{% if article_intro %}
		<div class="Template-articleIntro">
			{{ article_intro }}
		</div>
	{% endif %}

	{% if content %}
		<div class="Template-main" id="content" tabindex="-1">
			{{ content }}
		</div>
	{% endif %}

	{% if hints %}
		<div class="Template-hints js-Template-hints">
			{{ hints }}
		</div>
	{% endif %}

	{% if pre_teaser %}
		<div class="u-container">
			{{ pre_teaser }}
		</div>
	{% endif %}

	{% if full_width_content %}
		{% for item in full_width_content %}
			<div class="Template-fullWidthContent u-container">
				{{ item }}
			</div>
		{% endfor %}
	{% endif %}

	<div class="Template-footer js-Template-footer">
		{{ footer }}
	</div>
</div>

Error: schema is invalid: data/properties must be object

Variants

Exam preparation page
Open

Exam preparation page mock data

Raw
Resolved
Exam solution page
Open

Exam solution page mock data

Raw
Resolved