{% extends "shared/default.html" %} {% from 'partials/make-feed-button.html' import make_feed_button %} {% block content %}

{{ journal.title }}

{% if journal.homepage_url %}
{% endif %}
{% if journal.issn %}
{% for issn in journal.issn %} {% endfor %}
{% endif %}
RSS: {% if journal.feed %} {% with feed_type="journals", feed_id=feed_id %} {% include 'partials/rss-button.html' %} {% endwith %} {% else %} {{ make_feed_button("journals", journal.issn[0].value) }} {% endif %}

Papers:

{% with feed_type="journals", feed_id=feed_id %} {% include "partials/paper-list-preload.html" %} {% endwith %}
{% endblock %}