lib/tilt/plain.rb



# frozen_string_literal: true
require_relative 'template'

# Raw text (no template functionality).
Tilt::PlainTemplate = Tilt::StaticTemplate.subclass{@data}