WIP
[webmention-receiver] / src / template / template-helper.js
1 'use strict';
2
3 const { TemplateHelper } = require('@squeep/html-template-helper');
4
5 module.exports = {
6 ...TemplateHelper,
7 };