Обложка канала

☕️ Мерлин заваривает чай 🐌

1206 @teamerlin

Чай, гикнутые штуки и птички

☕️ Мерлин заваривает чай 🐌

4 года назад
Открыть в
Шаблонизатор, который позволяет встраивать Go код внутрь HTML Как в старом добром PHP! <https://github.com/adhocteam/pushup>
^import "time"

^{
    title := "Hello, from Pushup!"
}

<h1>^title</h1>

<p>The time is now ^time.Now().String().</p>

^if time.Now().Weekday() == time.Friday {
    <p>It's Friday! Enjoy the start to your weekend.</p>
} ^else {
    <p>Have a great day, we're glad you're here.</p>
}
GitHub - adhocteam/pushup: Pushup is for making modern, page-oriented web apps in Go

Pushup is for making modern, page-oriented web apps in Go - GitHub - adhocteam/pushup: Pushup is for making modern, page-oriented web apps in Go

GitHub