defmodule PaymentGatewayAppWeb.Layouts do @moduledoc """ This module holds different layouts used by your application. """ use PaymentGatewayAppWeb, :html embed_templates "layouts/*" end