4c4 < * Default theme implementation to display a node. --- > * Bartik's theme implementation to display a node. 78,81d77 < * @todo Remove the id attribute (or make it a class), because if that gets < * rendered twice on a page this is invalid CSS for example: two lists < * in different view modes. < * 85c81 <
--- >
87,93c83,90 < {{ title_prefix }} < {% if not page %} < < {{ label }} < < {% endif %} < {{ title_suffix }} --- >
> {{ title_prefix }} > {% if not page %} > > {{ label }} > > {% endif %} > {{ title_suffix }} 95,100c92,98 < {% if display_submitted %} <
< {{ user_picture }} < <
< {% endif %} --- > {% if display_submitted %} > > {% endif %} >
102c100 < --- >
109c107,112 < {{ content.links }} --- > {% if content.links %} > > {% endif %} >