Posts tagged with 'templates'
Template Reference
Complete reference for Marmite's template system, including all available variables, functions, and customization options. read more →
Customizing Templates
Marmite uses Tera as its template parser, the language is very similar to Jinja or Twig. Important always link relative to the current path starting with ./ If absolute url is needed then use {{ url_for(path="path", abs=true) }} template f ... read more →
Using Markdown to customize layout
Listing Page The following fragments allow markdown and HTML and are rendered by Tera so it is possible to use template expressions. The global context is available for templating. _announce.md _header.md _hero.md _sidebar.md _footer.md The listi ... read more →