Template Tags and Filters

SmallBlock provides Jinja2-style template tags for dynamic page rendering.

Examples

{% page_title %}
{% navigation_menu %}
{% content_block "main" %}

Built-in Filters

Filter

Description

markdown

Converts Markdown text to HTML.

truncate

Limits a string to a specified number of characters.

slugify

Converts a title into a URL-safe slug.