all known cow.txt files and their status
-
{% for cow in cows %}
-
{% match cow.name_with_kind.kind %} {% when TemplateCowNameKind::Visible %} {{ cow.name_with_kind.name }} {% when TemplateCowNameKind::Censored %}{{ cow.name_with_kind.name }}{% endmatch %}
{% else %}
No cows in the herd yet...
Add some cow.txt files to get started!