README: Clean up vestigal "template foo bar" example key.

This commit is contained in:
Brett Smith 2018-02-22 14:57:36 -05:00
parent 5dfe2b1c7b
commit 6f139bbe90

View file

@ -53,7 +53,7 @@ Template variables
import2ledger templates have access to a few variables for each transaction that can be included anywhere in the entry, not just amount expressions. In other parts of the entry, they're treated as strings, and you can control their formatting using `Python's format string syntax <https://docs.python.org/3/library/string.html#formatstrings>`_. For example, this template customizes the payee line and sets different payees for each side of the transaction:: import2ledger templates have access to a few variables for each transaction that can be included anywhere in the entry, not just amount expressions. In other parts of the entry, they're treated as strings, and you can control their formatting using `Python's format string syntax <https://docs.python.org/3/library/string.html#formatstrings>`_. For example, this template customizes the payee line and sets different payees for each side of the transaction::
template patreon income = patreon income ledger entry =
{date} Patreon payment from {payee} {date} Patreon payment from {payee}
Income:Patreon -{amount} Income:Patreon -{amount}
;Payee: {payee} ;Payee: {payee}