freepost codebase git repo

[[ 🗃 ^Avlxv freepost ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/Avlxv

SSH: git clone USERNAME@vervis.peers.community:Avlxv

Branches

Tags

master :: template /

submit.twig

{% include 'header.twig' %}

<form action="" method="post" class="submit">
    <h3>Title <em>(required)</em></h3>
    <div>
        <input type="text" name="title" class="form-control" />
    </div>

    <h3>Link</h3>
    <div>
        <input type="text" name="link" class="form-control" />
    </div>

    <h3>Text</h3>
    <div>
        <textarea name="text" rows=10 class="form-control"></textarea>
    </div>

    <div style="margin: 1em 0 0 0;">
        <input type="submit" class="btn btn-primary" value="Submit post" />
    </div>
</form>

{% include 'footer.twig' %}
[See repo JSON]