# frozen_string_literal: true class StaticErrorsController < ApplicationController layout 'static_errors' end