{% extends "notes/base.html" %} {% block content %}

{{ product.name }}

by {{product.user}}

What's this product?

{{product.description|safe}} {%if product.github_Repo_Link%}

Github/Gitlab/Bitbucket Repo //

Check out the repository. {%endif%} {%if product.producthunt%}

Product Hunt Listing

Check out Product Hunt Listing {%endif%} {%if product.linkedin%}

LinkedIn Product Page

Check out LinkedIn Product Page {%endif%} {%if product.youtube_videoid%}

YouTube Video

Check out YouTube demo video {%endif%} {%if product.demo%}

Demo Link

Check out the Demo {%endif%} {%if product.documentation_Users_Link%}

Documentation for Users

Check it out {%endif%} {%if product.documentation_Devs_Link%}

Documentation for Developers

Check it out {%endif%} {%if product.additional_File%}

Additional Files

Check it out {%endif%}

Contributors

{{product.contributors}}

{%if product.isreleased%} This product has been released.
{%endif%}

Want to share this? Grab the link and share it with people!


{%if user.is_authenticated%}

Go Back

{%else%}

Create your own product listing?

{%endif%}
{% endblock content %}