{{include "header.html"}}

{{page_heading}}

Welcome, {{username}}! This page demonstrates the templating capabilities of the Beaker web framework.

Simple Variable Substitution

Your favourite colour is: {{favourite_colour}}

The current year is: {{current_year}}

This is a safe string: {{safe_html|safe}}

This is an unsafe string (will be escaped): {{unsafe_html}}

List of Features (String Array)

Here are some features:

User Data (Array of Arrays)

Here's some user information: