{% extends "templates/one-column.html" %} {% block title %}Snapcraft and Snaps{% endblock %} {% block meta_description %} Package any app for any Linux and deliver updates directly. All the latest from the Snappy team — articles on application architecture, prototyping, packaging paradigms and more. {% endblock %} {% block content %}

{{ image(url="https://assets.ubuntu.com/v1/b46c8d7d-snapcraft-logo-hor-white.svg", alt="Snapcraft", height="62", width="272", hi_def=True, loading="auto", attrs={"class": "p-blog-heading__icon", "style": "height: 62px;"}) | safe }}

All the latest from the Snappy team – articles on application
architecture, prototyping, packaging paradigms and more.

Learn more about Snapcraft

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