class Jekyll::Page

def html?

Returns the Boolean of whether this Page is HTML or not.
def html?
  HTML_EXTENSIONS.include?(output_ext)
end