Current section
Files
Jump to
Current section
Files
src/tagg.app.src
{application, tagg, [
{vsn, "1.0.5"},
{applications, [cx,
filepath,
gleam_json,
gleam_stdlib,
gleeunit,
logging,
simplifile]},
{description, "An HTML templating engine that uses XML/HTML tag syntax to render HTML."},
{modules, [grapheme_util,
pre_section,
section,
tagg,
tagg_config,
tagg_error,
tags@component_tag,
tags@for_loop_component,
tags@if_tag,
tags@ifn_tag,
tags@include_tag]},
{registered, []}
]}.