File tree Expand file tree Collapse file tree
{{cookiecutter.app_slug}}/project/client/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44 < head >
55 < meta charset ="utf-8 ">
6- < title > Flask Skeleton {% block title %}{% endblock %}</ title >
6+ < title > {{ config.APP_NAME }} {% block title %}{% endblock %}</ title >
77 <!-- meta -->
88 < meta name ="description " content ="">
99 < meta name ="author " content ="">
Original file line number Diff line number Diff line change 1010 < span class ="icon-bar "> </ span >
1111 < span class ="icon-bar "> </ span >
1212 </ button >
13- < a class ="navbar-brand " href ="{{ url_for('main.home') }} "> Flask-Skeleton </ a >
13+ < a class ="navbar-brand " href ="{{ url_for('main.home') }} "> {{ config.APP_NAME }} </ a >
1414 </ div >
1515 <!-- Collect the nav links, forms, and other content for toggling -->
1616 < div class ="collapse navbar-collapse " id ="bs-example-navbar-collapse-1 ">
You can’t perform that action at this time.
0 commit comments