{% extends "templates/one-column.html" %} {% block meta_description %}Resources from across Ubuntu and Canonical combined into a single portal{% endblock %} {% block title %}Resources{% endblock %} {% block content %}

Ubuntu resources

Selected resources from blog.ubuntu.com
{% if topic_slug %}{% endif %}
{% if posts == false %}
Error:

The live news feed failed to load. Please report this bug and our team will fix the problem as soon as possible.

{% endif %} {% for group_slug, resources in posts.items() %}
{% for resource in resources.posts %} {% if loop.index % 3 == 0 %}
{% endif %} {% endfor %}
{% endfor %} {% if posts_length == 0 %}
Information:

There were no results found for this category

{% endif %}
    {% if pagination.previous_enable %} Previous Go to page {{ pagination.previous_index }} {% endif %} {% if pagination.next_enable %} Next Go to page {{ pagination.next_index }} {% endif %}
{% endblock content %}