<!-- Error rendering component -->
<!-- Could not render component '@button-primary--lg' - component not found. -->
<!-- Error: Could not render component '@button-primary--lg' - component not found.
at Object.render (D:\builds\13\s\src\frontend\node_modules\@frctl\handlebars\src\helpers\render.js:23:19)
at Object.helperWrapper (D:\builds\13\s\src\frontend\node_modules\promised-handlebars\index.js:130:23)
at Object.<anonymous> (D:\builds\13\s\src\frontend\node_modules\promised-handlebars\lib\utils.js:29:28)
at Object.wrapper (D:\builds\13\s\src\frontend\node_modules\handlebars\dist\cjs\handlebars\internal\wrapHelper.js:15:19)
at eval (eval at createFunctionContext (D:\builds\13\s\src\frontend\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:262:23), <anonymous>:11:145)
at prog (D:\builds\13\s\src\frontend\node_modules\handlebars\dist\cjs\handlebars\runtime.js:268:12)
at prepareAndResolveMarkers (D:\builds\13\s\src\frontend\node_modules\promised-handlebars\index.js:92:17)
at D:\builds\13\s\src\frontend\node_modules\promised-handlebars\lib\utils.js:29:28
at execIteration (D:\builds\13\s\src\frontend\node_modules\handlebars\dist\cjs\handlebars\helpers\each.js:51:19)
at Object.<anonymous> (D:\builds\13\s\src\frontend\node_modules\handlebars\dist\cjs\handlebars\helpers\each.js:61:13)
at Object.helperWrapper (D:\builds\13\s\src\frontend\node_modules\promised-handlebars\index.js:130:23)
at Object.<anonymous> (D:\builds\13\s\src\frontend\node_modules\promised-handlebars\lib\utils.js:29:28)
at Object.wrapper (D:\builds\13\s\src\frontend\node_modules\handlebars\dist\cjs\handlebars\internal\wrapHelper.js:15:19)
at eval (eval at createFunctionContext (D:\builds\13\s\src\frontend\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:262:23), <anonymous>:16:49)
at Object.prog (D:\builds\13\s\src\frontend\node_modules\handlebars\dist\cjs\handlebars\runtime.js:268:12)
at Object.prepareAndResolveMarkers (D:\builds\13\s\src\frontend\node_modules\promised-handlebars\index.js:92:17) -->
<section class="org-vacancy-intro-block">
<div class="vebego-container">
<div class="md:grid md:grid-cols-12 gap-8">
{{#if image}}
<div class="md:col-span-4 pt-16">
{{render '@title' title}}
{{render '@specs-list'}}
{{#if paragraph}}
{{render '@paragraph'}}
{{/if}}
{{#each buttonsPrimary}}
{{render '@button-primary--lg' this merge=true}}
{{/each}}
{{#each buttonsSecondary}}
{{render '@button-secondary--lg' this merge=true}}
{{/each}}
</div>
<div class="md:col-start-7 md:col-end-13">
{{render '@intro-media--image'}}
</div>
{{else}}
<div class="md:col-start-3 md:col-end-11">
{{render '@title' title}}
{{render '@specs-list'}}
{{#if paragraph}}
{{render '@paragraph'}}
{{/if}}
{{#each buttonsPrimary}}
{{render '@button-primary--lg' this merge=true}}
{{/each}}
{{#each buttonsSecondary}}
{{render '@button-secondary--lg' this merge=true}}
{{/each}}
</div>
{{/if}}
</div>
</div>
</section>
{
"title": {
"heading": {
"tag": "span",
"modifier": "h1",
"text": "E-Learning Specialist (m/w/d) - Erfurt"
},
"subtitle": {
"text": "Vacature"
},
"underline": false
},
"image": true,
"buttonsPrimary": [
{
"text": "Solliciteer direct"
}
]
}
.org-vacancy-intro-block
{
.mol-title
{
@apply mb-6;
}
.mol-specs-list
{
@apply mb-8;
}
}
No notes defined.