{% set hide_nav = False %} {% extends "engage/base_engage.html" %} {% block title %}Ubuntu case studies, whitepapers and webinars{% endblock %} {% block meta_description %}Resources from across Ubuntu and Canonical combined into a single portal{% endblock %} {% block meta_copydoc %}https://docs.google.com/spreadsheets/d/1UdExqv3PMnejaCISed340IehIhUmpKL-0AK5kumFk2M/edit#gid=0{% endblock meta_copydoc %} {% block head_extra %} {% if preview != None %} {% endif %} {% endblock %} {% block content %}

Engage pages

Ubuntu case studies, whitepapers and webinars.

{% if resource_types %}
{% endif %} {% if tags %}
{% endif %}


{% if metadata | length > 0 %}
{% for item in metadata %} {% with title=item.topic_name, title_link=item.path, description=item.subtitle, type=item.type, preview=preview, active=item.active, tags=item.tags %} {% include "engage/_article-card.html" %} {% endwith %} {% endfor %}
{% with %} {% set total_pages = total_pages %} {% set current_page = current_page %} {% include "shared/_pagination.html" %} {% endwith %}
{% else %}

No results — why not try widening your search?

You can do this by clearing and selecting new filters.

{% endif %}
{% endblock content %}