summaryrefslogtreecommitdiff
path: root/doc/examples/directives/include/greeting.bst
blob: c5808d7442bfc0277f347bf84b884f40bda5ee0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# We define the greeting message here conditionally
(?):
- flavor == "normal":
    greeting: |

      Hello world !

- flavor == "somber":
    greeting: |

      Hey world.

- flavor == "excited":
    greeting: |

      Howdy there, and what a world it is !