iocaine/tests/data/templates/links/main.hbs
Gergely Nagy aa4c387605
Some checks are pending
build / binary (push) Waiting to run
build / binary-static (push) Waiting to run
build / container (push) Waiting to run
build / clippy (push) Waiting to run
lint / linting (push) Waiting to run
Add a number of tests
These are quite... simple, and cover little, but it's more than nothing!

While there, enable tests in the Nix package, so they're run in CI too.

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
2025-01-30 09:18:35 +01:00

4 lines
155 B
Handlebars

{{#each links}}
href: {{ href-gen "links" this.index this.value.href_words }}
title: {{ markov-gen "titles" this.index this.value.title_words }}
{{/each}}