730 B
730 B
{{header}}
───────────────────────────────────────────────
Tools
────────────
Here are some of the tools I use regularly — most of them are open source! 🛠️
{% for type, tools_in_type in tools | groupby('type') %}
{{type}}
{% for tool in tools_in_type %}
{{tool.name}}
{{tool.description}}
Website: {{tool.url}}
{% if tool.demo %}Demo: {{tool.demo}}{% endif %}
{% endfor %}
───────────────────────────────────────────────
{% endfor %}
───────────────────────────────────────────────
Tools
────────────
Here are some of the tools I use regularly — most of them are open source! 🛠️
{% for type, tools_in_type in tools | groupby('type') %}
{{type}}
{% for tool in tools_in_type %}
{{tool.name}}
{{tool.description}}
Website: {{tool.url}}
{% if tool.demo %}Demo: {{tool.demo}}{% endif %}
{% endfor %}
───────────────────────────────────────────────
{% endfor %}