mirror of
https://github.com/opnsense/docs.git
synced 2026-04-23 07:07:56 -04:00
development: update links to Jinja2
This commit is contained in:
parent
dd1c4f76aa
commit
b9900ff4eb
3 changed files with 4 additions and 4 deletions
|
|
@ -126,7 +126,7 @@ Currently there are four types of services implemented in the daemon:
|
|||
- inline : perform inline actions which are part of configd, most notable template generation and maintanance.
|
||||
|
||||
|
|
||||
| Template generation is handled by Jinja2 (http://jinja.pocoo.org/),
|
||||
| Template generation is handled by Jinja2 (https://jinja.palletsprojects.com/en/stable/),
|
||||
more information on how to create application templates can be found
|
||||
at :doc:`/development/backend/templates`.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ General
|
|||
|
||||
For config file generation, we provide a backend service which can bind
|
||||
config.xml data to templates written in Jinja2
|
||||
(http://jinja.pocoo.org/docs/dev/).
|
||||
(https://jinja.palletsprojects.com/en/stable/).
|
||||
|
||||
All available templates should be installed at the following location on
|
||||
the OPNsense system:
|
||||
|
|
@ -89,7 +89,7 @@ Templates
|
|||
---------
|
||||
|
||||
For more information of the template language itself, please look at
|
||||
http://jinja.pocoo.org/docs/dev/ and the examples installed in
|
||||
https://jinja.palletsprojects.com/en/stable/ and the examples installed in
|
||||
/usr/local/opnsense/service/templates/OPNsense/Sample.
|
||||
|
||||
There's one special case when using the template engine, every wildcard
|
||||
|
|
|
|||
|
|
@ -973,7 +973,7 @@ prefixed with os-, our new package file will be called:
|
|||
- frontend template language reference (Volt) :
|
||||
https://docs.phalcon.io/latest/volt/
|
||||
- configuration template language reference (mostly the same as Volt) :
|
||||
http://jinja.pocoo.org/docs/dev/
|
||||
https://jinja.palletsprojects.com/en/stable/
|
||||
- OPNsense architecture :doc:`Architecture <../architecture>`
|
||||
- OPNsense creating models
|
||||
`Develop:Frontend/Creating\_models </index.php/Develop:Frontend/Creating_models>`__
|
||||
|
|
|
|||
Loading…
Reference in a new issue