README: Clean up vestigal "template foo bar" example key.
This commit is contained in:
parent
5dfe2b1c7b
commit
6f139bbe90
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue