{{ title }}

The document "{{name}}" has an error.

{% if error.kind == "yaml" %}

It seems like that there's something wrong with the YAML at the top of your document.
It should be structured like this:

    ---
    title: My Title
    lang: en
    cover: https://example.com/image.jpg
    ---
    

Make sure that there is a space between the ":" and the value.

{% endif %} {% elif error.kind == "markdown" %} There's something wrong with the markdown in your pad. Please check the document or revert some of your recent changes. {% endif %}
Details {{error.original}}