html-webpack-plugin/examples/jade-loader/time.jade

6 lines
137 B
Plaintext

// this partial is used for frontend and backend
.time
b Current time
p #{time.toISOString()}
img(src="#{require('./logo.png')}")