UNPKG

md-toy-blog

Version:

Very simple Markdown blog: serves your md as html without fancy databases. You will only spend time writing the actual data.

10 lines (9 loc) 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var templateStatusMessages = { 'USER_REGISTER': { 'SUCCESS': 'Thank you for registering, please verify your email by checking your inbox and clicking on the link', 'FAIL': 'Failed registration, if you are a member please try logging in', }, }; exports.default = templateStatusMessages;