An open API service indexing awesome lists of open source software.

https://github.com/bolt/helloworld

[Bolt Extension] A small extension to add a 'Hello, World!'-greeting to your site, when using `{{ helloworld() }}` in your templates.
https://github.com/bolt/helloworld

Last synced: 3 months ago
JSON representation

[Bolt Extension] A small extension to add a 'Hello, World!'-greeting to your site, when using `{{ helloworld() }}` in your templates.

Awesome Lists containing this project

README

        

Hello, World!
=============

"Hello, World!" is a small sample extension to display a short greeting in your templates. Use it by simply placing the following in your template:

{{ helloworld() }}

You can customize the output by including a name or variable:

{{ helloworld("Bob") }}

{{ helloworld(record.user.displayname)}}

The default greeting is "world". You can customize it by editing the (very simple) `config.yml` file.

name: Stranger