{% extends "templates/one-column.html" %}
{% block title %}Desktop{% endblock %}
{% block meta_description %}
All you need to know about the fast, free and user-friendly Ubuntu desktop operating system.
{% endblock %}
{% block content %}
{% with topic="desktop" %}
{% include "blog/filters.html" %}
{% endwith %}
{% include 'blog/posts.html' %}
{% with %}
{% set total_pages = total_pages %}
{% set current_page = current_page %}
{% include "shared/_pagination.html" %}
{% endwith %}
{% endblock %}