{{ title }}

{{ intro }}
{{ if author }} {{ /if }}
{{ if author }}
{{ author:name }}
{{ /if }}
{{ main_content }} {{ if type == "text" }} {{ text }} {{ elseif type == "code_block" }}
{{ code }}
{{ elseif type == "image" }}
{{ caption }}
{{ caption }}
{{ /if }} {{ /main_content }}
{{ if settings:show_signup }} {{ partial:sign-up}} {{ /if }}