{% extends "templates/one-column.html" %} {% block title %}MAAS{% endblock %} {% block meta_description %} All the latest news on MAAS (Metal as a Service) - the smartest way to manage bare metal. {% endblock %} {% block content %}

{{ image(url="https://assets.ubuntu.com/v1/4fac1d52-MAAS-Logo.svg", alt="MAAS", height="50", width="200", hi_def=True, loading="auto") | safe }}

All the latest news on MAAS
– the smartest way to manage bare metal.

Learn more about MAAS

{% include 'blog/posts.html' %}
{% with %} {% set total_pages = total_pages %} {% set current_page = current_page %} {% include "shared/_pagination.html" %} {% endwith %}
{% endblock %}