{"id":32218674,"url":"https://github.com/kelp-framework/module-template-toolkit","last_synced_at":"2026-05-27T18:31:22.481Z","repository":{"id":56836371,"uuid":"10650332","full_name":"Kelp-framework/Module-Template-Toolkit","owner":"Kelp-framework","description":"Template::Toolkit adapter for Kelp","archived":false,"fork":false,"pushed_at":"2019-01-25T18:37:49.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T06:45:20.033Z","etag":null,"topics":["hacktoberfest","perl","perl-kelp"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kelp-framework.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-12T19:30:46.000Z","updated_at":"2024-06-25T04:49:12.000Z","dependencies_parsed_at":"2022-09-09T19:10:34.340Z","dependency_job_id":null,"html_url":"https://github.com/Kelp-framework/Module-Template-Toolkit","commit_stats":null,"previous_names":["kelp-framework/module-template-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kelp-framework/Module-Template-Toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kelp-framework%2FModule-Template-Toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kelp-framework%2FModule-Template-Toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kelp-framework%2FModule-Template-Toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kelp-framework%2FModule-Template-Toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kelp-framework","download_url":"https://codeload.github.com/Kelp-framework/Module-Template-Toolkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kelp-framework%2FModule-Template-Toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29960236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T01:47:18.291Z","status":"online","status_checked_at":"2026-03-01T02:00:07.437Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","perl","perl-kelp"],"created_at":"2025-10-22T08:01:48.278Z","updated_at":"2026-03-01T04:08:55.206Z","avatar_url":"https://github.com/Kelp-framework.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nKelp::Module::Template::Toolkit - Template::Toolkit processing for Kelp applications\n\n# SYNOPSIS\n\nFirst ...\n\n```perl\n# conf/config.pl\n{\n    modules =\u003e ['Template::Toolkit'],\n    modules_init =\u003e {\n        'Template::Toolkit' =\u003e { ... }\n    }\n};\n```\n\nThen ...\n\n```perl\n# lib/MyApp.pm\nsub some_route {\n    my $self = shift;\n    $self-\u003etemplate('some_template', { bar =\u003e 'foo' });\n}\n```\n\n# DESCRIPTION\n\nThis module provides an interface for using [Template](http://search.cpan.org/perldoc?Template) inside a Kelp web application.\n\n# REGISTERED METHODS\n\n## template\n\n`template($filename, \\%vars)`\n\nRenders a file using the currently loaded template engine.\n\n# PERKS\n\n## UTF8\n\n[Template](http://search.cpan.org/perldoc?Template) is sometimes unable to detect the correct encoding, so to ensure\nproper rendering, you may want to add `ENCODING` to its configuration:\n\n```perl\n# conf/config.pl\n{\n    modules      =\u003e ['Template::Toolkit'],\n    modules_init =\u003e {\n        'Template::Toolkit' =\u003e {\n            ENCODING =\u003e 'utf8'\n        }\n    }\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelp-framework%2Fmodule-template-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelp-framework%2Fmodule-template-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelp-framework%2Fmodule-template-toolkit/lists"}