{% extends 'base.html' %} {% block content %}

{% block title %} Edit "{{ resource['name'] }}" {% endblock %}

{% if resource['type'] == 'tool' %}
{% elif resource['type'] == 'practice' %}
{% endif %} {% if links %}
{% endif %}

{% if resource['type'] == 'tool' %}
{% endif %} {% if resource['type'] == 'practice' %}
{% endif %} {% if resource['type'] == 'publisher' %}
{% endif %} {% endblock %}