Newer
Older
{{- $context := .context -}}
{{- $position := .block.position -}}
{{- $title := .block.title -}}
{{- $layout := .block.data.layout | default "vertical" -}}
<section class="block block-timeline{{ if $title }} block-with-title{{ end }} block-timeline--{{ $layout }}" id="block-{{ $position }}">
<div class="container">
{{ $template := printf "blocks/templates/timeline/%s.html" $layout }}