tunnckoCore/koa-bel

View on GitHub
views/home.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

var bel = require('bel')

module.exports = function home (state) {
  return bel`<h1>${state.name}</h1>`
}