Welcome to Syne Framework Demo!

This is a demonstration of a Rust web framework built from scratch with the following features:

Routing System

Support for GET, POST, PUT, DELETE methods with clean route definitions.

Template Engine

Basic templating with variable substitution and loop support.

JSON APIs

RESTful API endpoints with JSON responses and request handling.

Static Files

Automatic serving of CSS, JS, images, and other static assets.

Quick Stats

Total Users: {{ user_count }}

Total Posts: {{ post_count }}

Framework Version: {{ version }}