Skip to content

Commit

Permalink
fix: templating html tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rjshrjndrn committed Feb 22, 2024
1 parent 10a6f73 commit 0e663a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package main
import (
"flag"
"fmt"
"html/template"
"io/fs"
"os"
"path/filepath"
"text/template"

"github.com/Masterminds/sprig/v3"
"gopkg.in/yaml.v3"
Expand Down

0 comments on commit 0e663a4

Please sign in to comment.