{% extends "base.html" %} {% block title %}Preferences - Cook{% endblock %} {% block content %}

{{ tr.t("pref-title") }}

{{ tr.t("pref-language") }}

Your language preference will be saved in a cookie.

Configuration Files

{{ tr.t("pref-aisle-path") }}: {{ aisle_path }}
{{ tr.t("pref-pantry-path") }}: {{ pantry_path }}

Recipe Directory

{{ tr.t("pref-base-path") }}: {{ base_path }}

About

{{ tr.t("pref-version") }}: {{ version }}
Cooklang CLI: A command-line tool for managing Cooklang recipes

Documentation & Resources

๐Ÿ“š CLI Documentation - Learn about all CLI commands and features
๐Ÿ“– Cooklang Specification - Recipe markup language syntax guide
๐Ÿš€ Getting Started - Introduction to Cooklang basics
๐Ÿ”ง GitHub Repository - Source code and issue tracker
{% endblock %} {% block scripts %} {% endblock %}