Skip to content

Instantly share code, notes, and snippets.

@subfuzion
Last active January 5, 2019 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subfuzion/d5a6e3b7c2577902408069deb1d8e4d7 to your computer and use it in GitHub Desktop.
Save subfuzion/d5a6e3b7c2577902408069deb1d8e4d7 to your computer and use it in GitHub Desktop.
Greeting Template

Sample template (greeting.tpl) for testing with subfuzion/envtpl. Note that the template pipes to the title function, which will convert the value of $USER in your shell to initial uppercase (ex: tony => Tony).

Make sure you click the Raw button for greeting.tpl to get the correct link.

Hello, {{ .USER | title }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment