Back to Redis

Render Codeblock Timeline

layouts/_default/_markup/render-codeblock-timeline.html

latest256 B
Original Source

{{ $width := (index .Attributes "width") | default "100%" }} {{ $title := (index .Attributes "title") | default "Timeline" }}

{{ .Inner | htmlEscape }}

{{ $title }}

{{ .Inner | htmlEscape }}

{{ .Page.Store.Set "hasTimeline" true }}