File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ No. You have several other options:
3030 produces pickle files with the page contents, and postprocess them using a
3131 custom tool, or use them in your Web application.
3232
33+ .. _templating-primer :
3334
3435Jinja/Sphinx Templating Primer
3536------------------------------
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ searches for templates:
141141When extending a template in the base theme with the same name, use the theme
142142name as an explicit directory: ``{% extends "basic/layout.html" %} ``. From a
143143user ``templates_path `` template, you can still use the "exclamation mark"
144- syntax as described in the templating document.
144+ syntax as :ref: ` described in the templating document < templating-primer >` .
145145
146146
147147.. _theming-static-templates :
You can’t perform that action at this time.
0 commit comments