12 lines
434 B
Markdown
12 lines
434 B
Markdown
# 🛠️ Go Template Builder
|
|
|
|
A lightweight, no-nonsense Go library to parse and render templates directly from files. Stop writing boilerplate for `text/template` and `html/template`—just point to a file, pass your data, and you're done.
|
|
|
|
---
|
|
|
|
## 📦 Installation
|
|
|
|
To use this package in your project, run:
|
|
|
|
```bash
|
|
go get [gitea.tecamino.com//paadi/template-builder](https://gitea.tecamino.com/paadi/template-builder) |