You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a Liquid-to-Twig converter, and am very appreciative of this library, thanks for all the work you've done on it.
If the source is
{% comment %} This is the child template. {% endcomment %}
{% extends "blocks/child.tpl" %}
{% block content %}
<h2>Entry one</h2>
<p>This is my first entry.</p>
{% endblock %}
I'm working on a Liquid-to-Twig converter, and am very appreciative of this library, thanks for all the work you've done on it.
If the source is
and I run
I don't get the "TagBlock" element.
Is there a way to access it?
The text was updated successfully, but these errors were encountered: