{% extends "base.html" %} {% block description %}Help and reference for content authors.{% endblock %} {% block content %}
Use these shortcodes in blog posts and pages to embed rich content.
{{ shortcode.example }}
{% endif %}
{% if shortcode.attributes %}
| Name | Required | Default | Description |
|---|---|---|---|
{{ attr.name }} |
{{ "✓" if attr.required else "✗" }} | {{ attr.default if attr.default is not none else "—" }} | {{ attr.description }} |
No plugins loaded.
{% endif %}