module Gyro::Generator::LiquidWhitespacePatch
This allows to support whitespace trimming (which is only supported in Liquid
4) when using Liquid
3.0 It works by patching Liquid::Template
using ruby's `Module#prepend` feature See stackoverflow.com/a/4471202/803787 for more info on Monkey-Patching in Ruby