Package bissetii

import "gitlab.com/zoralab/bissetii/pkg/bissetii"

Package bissetii is the Go package for hosting Bissetii HTML templates.

At the root of this package offers the unified data structure used in both Go and GoHugo alongside some helper functions.

To render specific components from Bissetii template, you can explore the components/ packages. Contents within that directory are strictly for Go to utilize.

WARNING: Go package is still under experimentations! Do not use.

Getting Started In General

There is no self-made functions or differences when it comes to using Bissetii through Go packages. All you need to do is to import the appropriate component package and you’re good to go.

Most of the HTML template codes offered by Bissetii are mainly string in const group. Hence, it’s merely using these constants in your template rendering.