File: Test.tt

package info (click to toggle)
vim-scripts 20210124.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,384 kB
  • sloc: perl: 420; xml: 95; makefile: 25
file content (15 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[% name=input('her name: ') -%]
[% eyescolor=choice('her eyes: ', 'blue', 'green', 'gray', 'black') -%]
[% weekday=choice('which weekday: ', 'Sonnday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday') -%]
[% location=input('your own location: ') -%]
                                      [% ucfirst(location) %], [% date('%b %d, %Y') %] 
My Dear [% ucfirst(name) %],

Do you know that I love the color of your [% eyescolor %] eyes?
... bla, ... bla, ... bla

I'm glad to see you on [% weekday %]

Much Love,

[% user.firstname %]