Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Side by Side Diff: masters/master.client.wasm.llvm/templates/announce.html

Issue 1575133002: Changing WASM announcement to something more wasm specific. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {% extends "layout.html" %} 1 {% extends "layout.html" %}
2 2
3 {% block header -%} 3 {% block header -%}
4 {{ super() }} 4 {{ super() }}
5
6 <h1>WASM</h1>
7
5 {% endblock header %} 8 {% endblock header %}
6 9
7 {% block footer %} 10 {% block footer %}
8 11
9 {{ super() }} 12 {{ super() }}
10 {# <p>Debug info: {{ debuginfo }}</p> #} 13 {# <p>Debug info: {{ debuginfo }}</p> #}
11 {% endblock %} 14 {% endblock %}
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698