{{/* Render a table showing content type and description, given: * `content_type`: the content type as a string * `description`: the description as a string */}} {{ $content_type := .content_type }} {{ $description := .description}} {{ if $content_type }}
Content-Type | Description |
---|---|
{{ $content_type }} |
{{ $description | markdownify -}} |