Subject: | Nested values in META |
Currently, only scalar values can be stored in a template’s META data. The documentation says that no variables may be interpolated, as the data stored while parsing, but that does not exclude e.g. lists from being stored here:
[% META
title = "A post"
tags = ["computer", "perl"]
%]
Please consider allowing such structures in the META tag.