{% block extra_head %}{% endblock %}

{% block page_title %}EpiPred - Epitope Prediction Tool{% endblock %}

{% block page_subtitle %}Prediction of potential B-cell and T-cell epitopes{% endblock %}

EpiPred Logo
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}