How to print invoice-amount without taxes in twig-templates?

@Schmitti

I think the correct syntax would be

{{ invoice.amount_raw - invoice.total_taxes_raw }}

These are the double values of the fields, the other ones, are the formatted strings.