mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-26 19:00:28 +00:00
It is similar to `pageurl`, but works with `RoutablePage`s. Functions
like a hybrid between `reverse` and `pageurl`. For example:
{% load wagtailroutablepage_tags %}
{% routablepageurl self "feed" %}
{% routablepageurl self "archive" 2014 08 14 %}
{% routablepageurl self "food" foo="bar" baz="quux" %}
|
||
|---|---|---|
| .. | ||
| advanced_topics | ||
| creating_pages.rst | ||
| editing_api.rst | ||
| index.rst | ||
| model_recipes.rst | ||
| theory.rst | ||
| writing_templates.rst | ||