This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Working with templates
Alexanderius edited this page Jun 25, 2019
·
3 revisions
To work with a HTML templates (load and do some data insertion) you should use the TemplateFactory property of a controller or view property base class.
Template is a *.tpl
file what contains partial or full HTML content (actually can be any text data).
Template factory loads a specified template from specified templates folder and returns the ITemplate
interface.
This is an interface from Simplify.Templates library.
Description of how to work with that templates (including localization) available on Simplify.Templates wiki page.
- Getting Started
- Main Simplify.Web principles
- Simplify.Web controllers
- Simplify.Web views
- Simplify.Web templates
- Simplify.Web configuration
- Templates variables
- Static content
- Template factory
- Data collector
- String table
- File reader
- Web context
- Environment
- Language manager
- Redirector
- HTML