pub const TEMPLATES_DIR: &str = "sqlpage/templates/";Expand description
TEMPLATES_DIR is the directory where .handlebars files are stored
When a template is requested, it is looked up in sqlpage/templates/component_name.handlebars in the database,
or in $SQLPAGE_CONFIGURATION_DIRECTORY/templates/component_name.handlebars in the filesystem.