File: time.pug

package info (click to toggle)
node-html-webpack-plugin 5.5.3%2Brepack2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,980 kB
  • sloc: javascript: 16,057; makefile: 16; sh: 6
file content (6 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
6
// this partial is used for frontend and backend
.time 
  b Current time
  p #{time.toISOString()}
  
img(src="#{require('./logo.png')}")