diff --git a/src/translations/_template/README.md b/src/translations/_template/README.md
index adb1903..5272da7 100644
--- a/src/translations/_template/README.md
+++ b/src/translations/_template/README.md
@@ -49,6 +49,9 @@ permalink: /translations/************/index.html
* What role do you see yourself in?
* Explain the difference between cookies, session storage, and local storage?
* Can you explain what happens when you enter a URL into the browser?
+* Describe the difference between SSR and CSR. Discuss the pros and cons.
+ * Are you familiar with static rendering?
+ * Rehydration?
#### [[⬆]](#toc) HTML Questions:
@@ -158,7 +161,7 @@ permalink: /translations/************/index.html
* What is a promise? Where and how would you use promise?
* Discuss how you might use Object Oriented Programming principles when coding with JavaScript.
-## Coding questions
+#### [[⬆]](#toc) Coding Questions:
* Make this work:
```javascript
duplicate([1,2,3,4,5]); // [1,2,3,4,5,1,2,3,4,5]
@@ -208,4 +211,4 @@ console.log("foo" && "bar")
* What's a cool project that you've recently worked on?
* What are some things you like about the developer tools you use?
* Who inspires you in the front-end community?
-* Do you have any pet projects? What kind?
\ No newline at end of file
+* Do you have any pet projects? What kind?