feat: Add tools curl page
All checks were successful
Build Docker / BuildImage (push) Successful in 55s

This commit is contained in:
2025-10-26 18:19:49 +11:00
parent f783b2528c
commit 2d0310db9f
3 changed files with 21 additions and 4 deletions

13
templates/tools.ascii Normal file
View File

@@ -0,0 +1,13 @@
{{header}}
───────────────────────────────────────────────
 Tools 
────────────
Here are some of the tools I use regularly — most of them are open source! 🛠️
{% for tool in tools %}
{{tool.name}}
{{tool.description}}
Website: {{tool.url}}
{% if tool.demo_url %}Demo: {{tool.demo_url}}{% endif %}
{% endfor %}