{% 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 %}
{% include 'blog/posts.html' %}
{% with %}
{% set total_pages = total_pages %}
{% set current_page = current_page %}
{% include "shared/_pagination.html" %}
{% endwith %}
{% endblock %}