Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xeoncross committed Nov 3, 2018
1 parent 8b0f478 commit 83246b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Go T(emplates)

The native [`html/template` engine](https://golang.org/pkg/html/template/) can handle variables, template inheritance, helper functions, and sanitizing of HTML, CSS, Javascript, and URIs. However, using `html/template` _easily_ requires a bit of boilerplate (and forethought) which this package provides in a clever, minimal wrapper.

1) This package is for people who want use the stdlib `html/template` when building/using HTML templates.
The native Go [`html/template` library](https://golang.org/pkg/html/template/) is powerful. Template inheritance, helper functions, and proper sanitizing of HTML, CSS, and Javascript are all provided. However, using `html/template` requires a bit of boilerplate (and forethought) which this package provides in a clever, minimal wrapper.

1) This library is for people who want use `html/template`.
2) This package requires you to organize your templates _on-disk_ in a certain, logical way.


Expand Down

0 comments on commit 83246b8

Please sign in to comment.