14 lines
289 B
Ruby
14 lines
289 B
Ruby
module ChiliProject
|
|
module Liquid
|
|
module Variables
|
|
# Liquid "variables" that are used for backwards compatability with macros
|
|
#
|
|
# Variables are used in liquid like {{var}}
|
|
def self.macro_backwards_compatibility
|
|
{
|
|
}
|
|
end
|
|
end
|
|
end
|
|
end
|