UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

15 lines (14 loc) 281 B
import { notification, passwordReset, userInvite, verifyEmail } from "./templates/index.js"; const templates = { verifyEmail, notification, passwordReset, userInvite }; function getTemplate(template) { return templates[template]; } export { getTemplate, templates };