Skip to content

Instantly share code, notes, and snippets.

@jasonblewis
Created October 16, 2013 11:06
Show Gist options
  • Save jasonblewis/7006095 to your computer and use it in GitHub Desktop.
Save jasonblewis/7006095 to your computer and use it in GitHub Desktop.
** Hello World
#+ATTR_REVEAL: :frag roll-in
- use tpage to test your Templates
#+NAME: Example 01
#+ATTR_REVEAL: :frag roll-in
#+BEGIN_SRC perl
[% str = 'Hello Tug2013' -%]
[% str %]
#+END_SRC
#+ATTR_REVEAL: :frag roll-in
Output:
#+BEGIN_SRC sh
~$ tpage helloworld.tt
Hello Tug2013
~$ _
#+END_SRC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment