Skip to content

Inja templates no block default rendering in extends templates #338

Description

@seedship

There is a bug in inja where given a template:

skeleton.txt:

{% block data %}some data{% endblock %}

using_skeleton.txt:

{% extends "skeleton" %}

If the subconfig does not define anything, it will be generated as empty instead of using the default value. It is fixed by #332. Could I get a review there?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions