{# Base email template for invenio-jobs notifications This template can be extended by specific email templates. It provides the basic HTML structure and styling. #}
{% block header %}

{{ title }}

{% endblock header %}
{% block content %} {% endblock content %}
{% block footer %}

This is an automated notification from your repository system.

{% endblock footer %}