{% extends "base.html" %} {% block head %} {{ block.super }} {% endblock %} {% block content %} {% if publications %}

Publications with the keyword "{{ keyword }}"


{% for publication in publications %} {% include "publications/publication.html" %} {% endfor %} {% else %}

Sorry,

no publications found with the keyword "{{ keyword }}". {% endif %} {% endblock %}