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 |
|---|---|
|
Converts Markdown text to HTML. |
|
Limits a string to a specified number of characters. |
|
Converts a title into a URL-safe slug. |