40 lines
1.6 KiB
Twig
40 lines
1.6 KiB
Twig
<div class="content-title">
|
|
{% include 'partials/blog/title.html.twig' with {title_level: 'h2'} %}
|
|
<div>
|
|
{% include 'partials/blog/taxonomy.html.twig' %}
|
|
{% include 'partials/blog/date.html.twig' %}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="e-content">
|
|
{{ page.content|raw }}
|
|
</div>
|
|
|
|
<div class="card-image">
|
|
|
|
{% for image in page.media.images %}
|
|
{% set services_image = image.derivatives(1920).sizes('100vw') %}
|
|
|
|
<img class="lazy" data-src="{{ services_image.url() }}" data-srcset="{{ services_image.srcset() }}">
|
|
|
|
{% endfor %}
|
|
</div>
|
|
<div id="top">
|
|
<svg
|
|
id="svg915"
|
|
width="10"
|
|
height="17.5">
|
|
<inkscape:clipboard
|
|
style="font-variant-east_asian:normal;opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26785716;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
|
|
<g
|
|
id="flowRoot36"
|
|
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:74.66666412px;line-height:1.25;font-family:Syne;-inkscape-font-specification:Syne;text-align:start;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none"
|
|
transform="matrix(0,-0.26785716,0.26785716,0,-48.736401,26.738457)">
|
|
<path
|
|
inkscape:connector-curvature="0"
|
|
id="path89"
|
|
d="m 93.698566,219.28255 h 6.124999 v -37.33333 h -6.124999 z m -26.25,-32.95833 11.229167,11.22916 H 34.490234 v 6.125 h 44.187499 l -11.229167,11.22917 4.375,4.375 18.666666,-18.66667 -18.666666,-18.66666 z" />
|
|
</g>
|
|
</svg>
|
|
</div>
|