dict = {
return {
"ipynb": "1. The notebook file serves as the source of content.",
"page_content": "2. Prepared content generated from the notebook.",
"website/blogposts": "3. The final website or blogposts displaying the content.",
"ipynb2web": "4. The process or tool for converting IPYNB to web-ready HTML.",
"templateengine": "5. A template engine used to style and format the final output."
};
}