%if words: %for i, (state, letter) in enumerate(zip(*grid)): %if not (i + 1) % 5 and not i == 24: %end %end
{{ letter }}
%for word, score in words[:50]: %end
%if score == float('inf'): victory %else: +{{ score }} %end {{ word }}
%end
%if words:

Upload another screenshot

%else:

Upload a screenshot of a Letterpress game

%end

%if not words:

You'll get back a list of the top fifty words you could play and the score differential they'd get you.

It doesn't matter what theme you're using, but no letters should be selected and it might break things if some letters are still doing their initial wobble.

If you just want to have a look at an example, you could save and upload this image.

%end