We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax for content pages:
--- METADATA (first) --- metadata value --- DATA (second JSON Structure) --- {} --- BODY (last / third) --- any content
--- METADATA (first) ---
<name> <value> where:
<name> <value>
Example: og:title Titre utilisé pour les métadonnées opengraph
og:title Titre utilisé pour les métadonnées opengraph
Specific cases:
#
--- DATA (second JSON Structure) ---
The data section is interpreted as a large JSON-like string. Two exceptions in the "parsing":
--- BODY (last / third) ---
A standard HTML or Markdown content. HTML content may include jinja template stuff, like macros, blocks, etc
Note: the template engine used in the body section can be parameterized through the template_engine metadata (value to be set to jinja2 or django
jinja2
django
The text was updated successfully, but these errors were encountered:
Merged in #30
Sorry, something went wrong.
No branches or pull requests
Syntax for content pages:
metadata syntax
--- METADATA (first) ---
:<name> <value>
where:Example:
og:title Titre utilisé pour les métadonnées opengraph
Specific cases:
#
Data syntax
--- DATA (second JSON Structure) ---
:The data section is interpreted as a large JSON-like string. Two exceptions in the "parsing":
#
are ignored, considered being a commentBody syntax
--- BODY (last / third) ---
:A standard HTML or Markdown content. HTML content may include jinja template stuff, like macros, blocks, etc
Note: the template engine used in the body section can be parameterized through the template_engine metadata (value to be set to
jinja2
ordjango
The text was updated successfully, but these errors were encountered: