Review Generated Posts
First Post Time:
{{ first_post_time }}
Frequency:
{{ frequency }} minutes
Platform
Description
Image
{% for post in posts %}
{{ post.platform|capitalize }}
{{ post.text }}
{% if post.image_url %}
{% else %}
No image
{% endif %}
{% endfor %}
← Back to Create Post