{% if request.path == "/blog/cloud-and-server" %}
Cloud and Server
{% elif request.path == "/blog/desktop" %}
Desktop
{% elif request.path == "/blog/internet-of-things" %}
Internet of Things
{% else %}
{% if article.group.name %}{{ article.group.name }}{% else %}Ubuntu{% endif %}
{% endif %}