{% extends "layout/default.html" %} {% block head -%} {% match post.metadata.short_desc %} {% when Some with (val) %} {% when None %} {% endmatch %} {%- endblock %} {% block image %} {% match post.metadata.card_image_path %} {% when Some with (path) %} {% when None %} {% endmatch %} {% endblock %} {% block title %}{{ post.metadata.title }}{% endblock %}