{% extends "base.html" %}
{% load static %}
{% block title %}
{{ page_title }} | {{ SITE_NAME }}
{% endblock title %}
{% block canonical_url %}
{% if not debug %}
{% url 'works:works' %}
{% endif %}
{% endblock %}
{% block content %}
{{solution.content|safe}}
{{type.name}}
{% endfor %}