Align attribute for Column
The align attribute that the Column heml element sets on td is always left. Allow it to be passed as attrs so that contents can be easily centered. I'd be open to take this on, should it be considered a valuable use case.
Do we have any news on this? This appears to be an easy feature to implement and would indeed be very valuable to have.
Currently I'm using style="margin: 0 auto;" to align some items, but the behavior is sketchy and not very well documented.
@reinvanoyen Looks like there's a PR for this - https://github.com/SparkPost/heml/pull/68
Pull request is there but nobody here to merge it. The feature is still missing.