# frozen_string_literal: true module Katalyst module Content class Group < Layout end end end