Adafruit CircuitPython TemplateEngine Library
  • Introduction

Examples

  • Simple test
  • Caching/Reusing templates
  • Expressions
  • if statements
  • for loops
  • while loops
  • Including templates from other files
  • Blocks and extending templates
  • Executing Python code in templates
  • Comments in templates
  • Autoescaping unsafe characters

API Reference

  • API Reference

Other Links

  • Download from GitHub
  • Download Library Bundle
  • CircuitPython Reference Documentation
  • CircuitPython Support Forum
  • Discord Chat
  • Adafruit Learning System
  • Adafruit Blog
  • Adafruit Store
Adafruit CircuitPython TemplateEngine Library
  • Index

Index

A | F | M | R | S | T

A

  • adafruit_templateengine
    • module

F

  • FileTemplate (class in adafruit_templateengine)

M

  • module
    • adafruit_templateengine

R

  • render() (adafruit_templateengine.Template method)
  • render_iter() (adafruit_templateengine.Template method)
  • render_string() (in module adafruit_templateengine)
  • render_string_iter() (in module adafruit_templateengine)
  • render_template() (in module adafruit_templateengine)
  • render_template_iter() (in module adafruit_templateengine)

S

  • safe_html() (in module adafruit_templateengine)

T

  • Template (class in adafruit_templateengine)
  • TemplateNotFoundError
  • TemplateSyntaxError
  • Token (class in adafruit_templateengine)

© Copyright 2023 - 2026 MichaƂ Pokusa, Tim Cocks.

Built with Sphinx using a theme provided by Read the Docs.