{{ post.author.nickname }}
{{ post.created_at.strftime('%b %d, %Y') }}
{{ post.title }}
{% if post.subtitle %}{{ post.subtitle }}
{% endif %}{{ post.content[:120] }}{% if post.content|length > 120 %}...{% endif %}
{% extends "base.html" %} {% block title %}Motorcycle Adventures Romania{% endblock %} {% block head %} {% endblock %} {% block content %}
Discover epic motorcycle routes, share your adventures, and connect with fellow riders across Romania's stunning landscapes.
Click on any route to view the adventure story β’ Routes are updated live as new trips are shared
{{ post.author.nickname }}
{{ post.created_at.strftime('%b %d, %Y') }}
{{ post.subtitle }}
{% endif %}{{ post.content[:120] }}{% if post.content|length > 120 %}...{% endif %}
Be the first to share your motorcycle adventure and map your route across Romania!
{% if current_user.is_authenticated %} Share Your First Adventure {% else %} Join to Share Adventures {% endif %}