{{title}}

{{#if user}}
Welcome back, {{upper user.name}}!

Email: {{user.email}}

{{#if user.last_login}}

Last login: {{format_date user.last_login}}

{{/if}}
{{else}}

Welcome to Velithon Template Engine!

{{/if}}

This is a demonstration of the high-performance Velithon template engine built in Rust with Handlebars syntax.

Key Features

{{#if stats}}

Performance Statistics

{{stats.templates_loaded}}
Templates Loaded
{{stats.render_time}}ms
Render Time
{{len features}}
Features
{{/if}} {{#if items}}

Items ({{len items}} total)

{{/if}}