Skip to main content

TEMPLATE_LIST

Constant TEMPLATE_LIST 

Source
pub const TEMPLATE_LIST: &str = r#"{% for pack in packs %}{{ pack.name }}{% if pack.ignored %} [dim](ignored)[/dim]{% endif %}
{% endfor %}"#;
Expand description

List — just pack names.