mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-28 22:19:59 +02:00
Create lightweight forks of text/template and html/template
This commit also removes support for Ace and Amber templates. Updates #6594
This commit is contained in:
@@ -18,6 +18,7 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"html/template"
|
||||
|
||||
_strings "strings"
|
||||
"unicode/utf8"
|
||||
|
||||
|
@@ -15,6 +15,7 @@ package strings
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
|
||||
"testing"
|
||||
|
||||
qt "github.com/frankban/quicktest"
|
||||
|
@@ -17,6 +17,7 @@ import (
|
||||
"errors"
|
||||
"html"
|
||||
"html/template"
|
||||
|
||||
"regexp"
|
||||
"unicode"
|
||||
"unicode/utf8"
|
||||
|
@@ -15,6 +15,7 @@ package strings
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
|
||||
"reflect"
|
||||
"strings"
|
||||
"testing"
|
||||
|
Reference in New Issue
Block a user