WIP
[webmention-receiver] / src / template / index.js
1 'use strict';
2
3 module.exports = {
4 rootHTML: require('./root-html'),
5 mentionHTML: require('./mention-html'),
6 };