emacs-love / templatel

Jinja inspired template language for Emacs Lisp
https://emacs.love/templatel
GNU General Public License v3.0
54 stars 5 forks source link

Possible Bug: Include Statements produce missing endblock error #18

Open AblatedSprocket opened 3 years ago

AblatedSprocket commented 3 years ago

I pulled down the most recent version of weblorg and templatel last week and now when I try to generate my site using the script and interactively I get a "missing endblock statement" error. They were working before, wondering if anyone else is seeing this issue

clarete commented 3 years ago

Hi @AblatedSprocket thank you for taking the time to report the issue 🙇🏾 would you by any chance have a snippet of code that I could use to reproduce it? I'll be taking a look in the meantime!