Werkzeug - Template with Twitter Bootstrap css
I have the Following Code, am using BootStrap css
<ul>
<li>
{% if current_user.is_authenticated() %}
Hello, {{ current_user.name }}
{% endif %}
</li>
<li class="nav-collapse collapse pull-right"><a href="{{
url_for('logout') }}">LogOut</a>
</li>
</ul>
I want to get the above two tags
in a single line
No comments:
Post a Comment