Back to Falco

Markdown Modal

layouts/shortcodes/markdown_modal.html

latest276 B
Original Source

{{ $button_text := .Get "button_text" }} {{ $header := .Get "header" }} {{ $subheader := .Get "subheader" }} {{ $target := $header | anchorize }} {{ $button_text }}

{{ $header }}

×

{{ with $subheader }}

{{ . }}

{{ end }} {{ partial "load_markdown.html" . }}