Tutorials¶
Step-by-step tutorials to help you learn Templify from basics to advanced features.
Getting Started¶
Tutorial 1: Hello World¶
Duration: 30 minutes | Level: Beginner
Learn the basics of Templify by creating your first template: - Setting up your project - Creating templates with placeholders - Processing templates with data - Working with nested objects - Formatting data - Error handling
What you'll learn: ✓ Basic placeholder syntax ✓ Nested data access ✓ Different data types ✓ Error handling patterns
Tutorial 2: Invoice Generator¶
Duration: 45 minutes | Level: Intermediate
Build a real-world invoice generator with advanced features: - Table loops for line items - Calculations and formatting - Multiple data sources - Professional layouts
What you'll learn:
✓ Table loops with {{#foreach}}
✓ Complex data structures
✓ Real-world patterns
✓ Production-ready code
Tutorial Path¶
We recommend following the tutorials in order:
- Start here: Hello World - Essential basics
- Build on it: Invoice Generator - Real-world application
What's Next?¶
After completing the tutorials, explore:
- Template Author Guides - In-depth feature documentation
- FAQ - Common questions and solutions
- Quick Start - Quick reference guide
Need Help?¶
- Check the FAQ for common issues
- Browse template author guides for specific topics
- Open an issue on GitHub if you're stuck