Introduction
<% await tp.system.prompt(“Write a brief introduction to your post”) %>
Main Content
<% await tp.system.prompt(“Write the main content of your post”) %>
Code Examples
<% await tp.system.prompt(“Add any code examples or technical content”) %>
<% await tp.system.prompt(“Add image galleries, charts, or other media content”) %>
Conclusion
<% await tp.system.prompt(“Write a conclusion for your post”) %>
Additional Resources
<% await tp.system.prompt(“List any additional resources, links, or references”) %>
Post Metadata
- Created: <% tp.date.now(“YYYY-MM-DD HH:mm:ss”) %>
- Last Modified: <% tp.date.now(“YYYY-MM-DD HH:mm:ss”) %>
- Reading Time: <% await tp.system.prompt(“Estimated reading time (e.g., 5 min read)”) %>
- Word Count: <% await tp.system.prompt(“Approximate word count”) %>
- Difficulty Level: <% await tp.system.suggester([“Beginner”, “Intermediate”, “Advanced”], [“Beginner”, “Intermediate”, “Advanced”]) %>
Optional Features