# Introduction

- [Built-in template features](/getting-to-know-aurelia/introduction/built-in-template-features.md): Use Aurelia's built-in template commands such as if, show, repeat, and switch to control markup dynamically.
- [Class & style binding](/getting-to-know-aurelia/introduction/class-and-style-binding.md): Bind CSS classes and inline styles in Aurelia templates using expressive syntax.
- [Attribute transferring](/getting-to-know-aurelia/introduction/attribute-transferring.md): Forward bindings from a custom element to its inner template using Aurelia's spread operators.
