Created
October 16, 2013 11:06
-
-
Save jasonblewis/7006095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** 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