# Recipe Template

## Introduction

Outlines the problem the recipe is trying to fix or the goal of the technique being addressed.

## Ingredients

What do you need to know or have set up in order to follow the recipe. An application installed, a plugin activated, familiarity with a certain programming language, etc.

{% hint style="info" %}
Hints, callouts and or warnings can be highlighted here  as necessary
{% endhint %}

## How to do it

Step by step instructions required to follow the recipe

## How it works

A detailed explanation of what happened in the previous section, so we are not perpetuating technology  "black boxes" but helping people understand how to take control.

```
This section can include code snippets of CSS, JavaScript, Python, etc. 
as appropriate
```

## Further Resources

This section can be used to give additional information to make the reader more knowledgeable about specific aspects of the recipe, or provide helpful links to other useful information.
