Introduce templates for the issues

Give the opportunity to set a custom template for the issues in the options (maybe in a .grenrc file).

The reason is that I might want to output different types of information from the issue.

It could be something like:

templates: {
    issue: '{{labels}} {{text}} {{link}}'
}