Capirca doesn't have support for interface specific rules at this point. As you noted, verbatim was added for special cases like these.
The verbatim:: line should look like the following:
term base-allow-lo0 {
comment:: "Allow all loopback communications"
verbatim:: iptables "-A INPUT -i lo -j ACCEPT"