# Markdown Page This is a **Markdown** file rendered inside a Jinja2 template. ## Features - Supports **bold**, *italic*, and `inline code` - Lists and headings - [Links](https://example.com) ## Code Example ```go func main() { fmt.Println("Hello, Markdown!") } ``` ## Request Data The template context is available: - Method: `{{ request.method }}` - Path: `{{ request.path }}`