/
Nathan.Woodburn
Home
Hosting
Projects
Tools
Blog
Now
Tools
Here is a list of applications, tools and services I use regularly.
{% for type, tools_in_type in tools | groupby('type') %}
{{ type }}
{% for tool in tools_in_type %}
{{tool.name}}
{{ tool.description }}
{% if tool.demo %}
View Demo
{% endif %}
{{tool.name}} Website
{% endfor %}
{% for tool in tools_in_type %} {% if tool.demo %}
{{tool.name}}
{{ tool.demo | safe }}
{% endif %} {% endfor %} {% endfor %}
{{handshake_scripts | safe}}