{% import 'email-styles.html' as styles %}
| {{styles.icon_new()}} | New feature entry: |
| {{feature.name}} |
| Summary: | {{feature.summary}} |
| Unlisted: | {% if feature.unlisted %}Yes{% else %}No{% endif %} |
| Breaking change: | {% if feature.breaking_change %}Yes{% else %}No{% endif %} |
| Feature owners: | {{feature.owner_emails|join(", ")}} |
| Cc: | {{feature.cc_emails|join(", ")}} |
| Blink component: | {{feature.blink_components|join(", ")}} |
| Category: | {{category}} |
| Feature type: | {{feature_type}} |