Skip to content

Commit

Permalink
add TailHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Dec 18, 2024
1 parent a2d3449 commit b27293c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ import (

const indexhtml = `
<html>
<head>{{$.HeadHTML}}</head>
<body>{{$.Range .Dot}}</body>
<head>{{$.HeadHTML}}</head>
<body>
{{$.Range .Dot}}
{{$.TailHTML}}
</body>
</html>
`

Expand Down

0 comments on commit b27293c

Please sign in to comment.