7 lines
50 B
Go
7 lines
50 B
Go
|
package templates
|
||
|
|
||
|
var Foot = `
|
||
|
</body>
|
||
|
</html>
|
||
|
`
|