Javascript Templating

Mustache (logic-less)

How create an output using templates?

Flexbox

Flex Properties for parents

Flex Properties for children

Example

.parent { display: flex; height: 300px; /* Or whatever */ }

.child { width: 100px; /* Or whatever / height: 100px; / Or whatever / margin: auto; / Magic! */ }