class TemplateDSL
      def initialize(path, &block)
        @path = path
        block.call
      end
    end