diff --git a/config.toml b/config.toml
index f48a5a87..dd5f274c 100644
--- a/config.toml
+++ b/config.toml
@@ -15,6 +15,11 @@ build_search_index = false
 
 ignored_content = [".DS_Store"]
 
+
+taxonomies = [
+    {name = "faq", feed = false},
+]
+
 [markdown]
 external_links_target_blank = true
 
@@ -25,16 +30,20 @@ paths = "safe"
 [extra]
 stripe = "https://donate.organicmaps.app/"
 
+
 # Default English translation
 [translations]
+home = "Home"
 address = "Address"
 back = "Back to News"
 contact = "Contact Us"
+engines = "Supported TTS Engines"
 install-appgallery = "Install Organic Maps from Huawei AppGallery"
 install-appstore = "Install Organic Maps from the AppStore"
 install-googleplay = "Install Organic Maps from Google Play"
 install-fdroid="Install Organic Maps from F-Droid"
 language = "English"
+const_lang = "Language"
 name = "Name"
 token = "Token"
 button-download = "Download"
@@ -567,11 +576,11 @@ learn-more-link = "Learn more"
 [languages.ca.translations]
 address = "Adreça"
 back = "Torna a Notícies"
-contact = "Contacteu amb nosaltres"
-install-appgallery = "Instal·leu l’Organic Maps des de l’AppGallery de Huawei"
-install-appstore = "Instal·leu l’Organic Maps des de l’AppStore"
-install-googleplay = "Instal·leu l’Organic Maps des del Google Play"
-install-fdroid = "Instal·leu l’Organic Maps des del F-Droid"
+contact = "Contacta'ns"
+install-appgallery = "Instal·la l’Organic Maps des de l’AppGallery de Huawei"
+install-appstore = "Instal·la l’Organic Maps des de l’AppStore"
+install-googleplay = "Instal·la l’Organic Maps des del Google Play"
+install-fdroid = "Instal·la l’Organic Maps des del F-Droid"
 language = "Català"
 name = "Nom"
 token = "Testimoni"
diff --git a/content/faq-newwwww/hero_image.png b/content/faq-newwwww/hero_image.png
new file mode 100644
index 00000000..d87ea04d
Binary files /dev/null and b/content/faq-newwwww/hero_image.png differ
diff --git a/content/faq-newwwww/index.md b/content/faq-newwwww/index.md
new file mode 100644
index 00000000..10d8dc7b
--- /dev/null
+++ b/content/faq-newwwww/index.md
@@ -0,0 +1,20 @@
+---
+title: 
+description: 
+template: faq.html
+weight: 10
+extra:
+  hero_title: Faq
+  hero_image: /faq/hero_image.png
+  menu_title_pre: Home
+  faq_question_title_1: General
+  faq_question_title_1_1: What is Telegram?
+  faq_question_title_1_2: Who is it for?
+  faq_question_title_1_3: How is it different from WhatsApp?
+  faq_question_title_1_4: How old is Telegram?
+  faq_question_title_1_5: Is it available on my device?
+  faq_question_title_1_6: Who are the people behind Telegram?
+  faq_question_title_2: Telegram Basics
+  faq_question_title_3: Groups and Channels
+
+---
\ No newline at end of file
diff --git a/content/faq/how-edits-are-uploaded-on-openstreetmap-org/index.md b/content/faq/how-edits-are-uploaded-on-openstreetmap-org/index.md
new file mode 100644
index 00000000..7b3b4474
--- /dev/null
+++ b/content/faq/how-edits-are-uploaded-on-openstreetmap-org/index.md
@@ -0,0 +1,15 @@
+---
+title: How edits are uploaded on OpenStreetMap.org, how conflicts are resolved?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 150
+---
+
+Organic Maps application stores POI changes locally till internet connection is available.
+You can make changes while offline. Edits are uploaded to [OpenStreetMap.org](https://osm.org) in background.
+
+If there are edit conflicts ???
diff --git a/content/faq/how-to-add-intermediate-points/index.md b/content/faq/how-to-add-intermediate-points/index.md
new file mode 100644
index 00000000..01d2a88f
--- /dev/null
+++ b/content/faq/how-to-add-intermediate-points/index.md
@@ -0,0 +1,12 @@
+---
+title: Добавить промежуточные точки для обхода/объезда (как?)
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 60
+---
+
+???
diff --git a/content/faq/how-to-add-intermediate-route-points/add-stop.jpg b/content/faq/how-to-add-intermediate-route-points/add-stop.jpg
new file mode 100644
index 00000000..6ef7fb22
Binary files /dev/null and b/content/faq/how-to-add-intermediate-route-points/add-stop.jpg differ
diff --git a/content/faq/how-to-add-intermediate-route-points/index.md b/content/faq/how-to-add-intermediate-route-points/index.md
new file mode 100644
index 00000000..3af5746e
--- /dev/null
+++ b/content/faq/how-to-add-intermediate-route-points/index.md
@@ -0,0 +1,18 @@
+---
+title: How to add intermediate route points?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 20
+---
+
+In route planning or routing mode pick a point on map and tap "Add Stop" button. New intermediate point would be added to the route.
+
+<img src="/faq/routing/how-to-add-intermediate-route-points/add-stop.jpg" width="400px"/>
+
+In routing mode you can search for gas stations, parking, food, stores and ATMs with search button
+
+<img src="/faq/routing/how-to-add-intermediate-route-points/route-search.jpg" width="75px"/>
diff --git a/content/faq/how-to-add-intermediate-route-points/route-search.jpg b/content/faq/how-to-add-intermediate-route-points/route-search.jpg
new file mode 100644
index 00000000..49d1e493
Binary files /dev/null and b/content/faq/how-to-add-intermediate-route-points/route-search.jpg differ
diff --git a/content/faq/how-to-build-a-route/index.md b/content/faq/how-to-build-a-route/index.md
new file mode 100644
index 00000000..4e12ce7b
--- /dev/null
+++ b/content/faq/how-to-build-a-route/index.md
@@ -0,0 +1,28 @@
+---
+title: How to build a route?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 10
+---
+
+Organic Maps can build a route for car trip, bycicle ride or foot walk.
+
+Pick destination point with tap on a POI or by long tap on any place. Use "Route to" button to start route planning.
+
+<img src="/faq/routing/how-to-build-a-route/route-to-button.jpg" width="400px"/>
+
+
+You can change route type from top menu:
+* Car
+* By foot
+* Metro
+* Bycicle
+* Ruller
+
+<img src="/faq/routing/how-to-build-a-route/routing-types.jpg" width="400px"/>
+
+Push "Start" to begin step-by-step routing.
diff --git a/content/faq/how-to-build-a-route/route-to-button.jpg b/content/faq/how-to-build-a-route/route-to-button.jpg
new file mode 100644
index 00000000..db796c7b
Binary files /dev/null and b/content/faq/how-to-build-a-route/route-to-button.jpg differ
diff --git a/content/faq/how-to-build-a-route/routing-types.jpg b/content/faq/how-to-build-a-route/routing-types.jpg
new file mode 100644
index 00000000..3a1502a7
Binary files /dev/null and b/content/faq/how-to-build-a-route/routing-types.jpg differ
diff --git a/content/faq/how-to-catch-gps-signal-from-satelites/index.md b/content/faq/how-to-catch-gps-signal-from-satelites/index.md
new file mode 100644
index 00000000..c4b8df39
--- /dev/null
+++ b/content/faq/how-to-catch-gps-signal-from-satelites/index.md
@@ -0,0 +1,12 @@
+---
+title: How to catch GPS signal from satelites? How to tell if device got precise or rough position?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 100
+---
+
+???
diff --git a/content/faq/how-to-deal-with-maps-download-errors/index.md b/content/faq/how-to-deal-with-maps-download-errors/index.md
new file mode 100644
index 00000000..4d907514
--- /dev/null
+++ b/content/faq/how-to-deal-with-maps-download-errors/index.md
@@ -0,0 +1,12 @@
+---
+title: How to deal with maps download errors?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 130
+---
+
+???
diff --git a/content/faq/how-to-edit-or-move-bookmarks/android-edit-bookmark.jpg b/content/faq/how-to-edit-or-move-bookmarks/android-edit-bookmark.jpg
new file mode 100644
index 00000000..d849ef0c
Binary files /dev/null and b/content/faq/how-to-edit-or-move-bookmarks/android-edit-bookmark.jpg differ
diff --git a/content/faq/how-to-edit-or-move-bookmarks/android-selected-bookmark.jpg b/content/faq/how-to-edit-or-move-bookmarks/android-selected-bookmark.jpg
new file mode 100644
index 00000000..6f263304
Binary files /dev/null and b/content/faq/how-to-edit-or-move-bookmarks/android-selected-bookmark.jpg differ
diff --git a/content/faq/how-to-edit-or-move-bookmarks/index.md b/content/faq/how-to-edit-or-move-bookmarks/index.md
new file mode 100644
index 00000000..a3f07bc9
--- /dev/null
+++ b/content/faq/how-to-edit-or-move-bookmarks/index.md
@@ -0,0 +1,18 @@
+---
+title: How to edit or move bookmarks?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Bookmarks"]
+
+extra:
+  order: 10
+---
+
+To edit a bookmark use longtap menu or hit "Edit bookmark" when bookmark is selected on map.
+
+<img src="/faq/bookmarks/how-to-edit-or-move-bookmarks/android-selected-bookmark.jpg" width="400"/>
+
+You can change bookmark name, description, color, and folder. Don't forget to tap "Save".
+
+<img src="/faq/bookmarks/how-to-edit-or-move-bookmarks/android-edit-bookmark.jpg" width="400"/>
diff --git a/content/faq/how-to-enable-logs/about-report-a-bug.png b/content/faq/how-to-enable-logs/about-report-a-bug.png
new file mode 100644
index 00000000..a32e9d78
Binary files /dev/null and b/content/faq/how-to-enable-logs/about-report-a-bug.png differ
diff --git a/content/faq/how-to-enable-logs/index.md b/content/faq/how-to-enable-logs/index.md
new file mode 100644
index 00000000..c1afb877
--- /dev/null
+++ b/content/faq/how-to-enable-logs/index.md
@@ -0,0 +1,20 @@
+---
+title: How to enable logs?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Android"]
+
+extra:
+  order: 40
+---
+
+If you want to report a bug then additional app logs could help locate a problem.
+To get useful logs go to "Settings → Enable logging". After that, do the action that reproduces the problem.
+
+<img src="/faq/android/how-to-enable-logs/settings-enable-logging.png" style="width:100%; max-width:400px"/>
+
+Finally, tap on the button with Organic Maps icon on main screen and press "Report a bug" button.
+Don't forget to disable logging after reporting.
+
+<img src="/faq/android/how-to-enable-logs/about-report-a-bug.png" style="width:100%; max-width:400px"/>
diff --git a/content/faq/how-to-enable-logs/settings-enable-logging.png b/content/faq/how-to-enable-logs/settings-enable-logging.png
new file mode 100644
index 00000000..5775da93
Binary files /dev/null and b/content/faq/how-to-enable-logs/settings-enable-logging.png differ
diff --git a/content/faq/how-to-enable-north-up-in-navigation-mode/index.md b/content/faq/how-to-enable-north-up-in-navigation-mode/index.md
new file mode 100644
index 00000000..ccb60b3f
--- /dev/null
+++ b/content/faq/how-to-enable-north-up-in-navigation-mode/index.md
@@ -0,0 +1,14 @@
+---
+title: How to enable north up in navigation mode?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 80
+---
+
+<img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png" width="75px"/>
+
+Press triangle icon to rotate map north up. Press again to get perspective view.
diff --git a/content/faq/how-to-enable-route-aviodance-rules/avoidance.jpg b/content/faq/how-to-enable-route-aviodance-rules/avoidance.jpg
new file mode 100644
index 00000000..67bdc06e
Binary files /dev/null and b/content/faq/how-to-enable-route-aviodance-rules/avoidance.jpg differ
diff --git a/content/faq/how-to-enable-route-aviodance-rules/define-roads.jpg b/content/faq/how-to-enable-route-aviodance-rules/define-roads.jpg
new file mode 100644
index 00000000..d4c5053d
Binary files /dev/null and b/content/faq/how-to-enable-route-aviodance-rules/define-roads.jpg differ
diff --git a/content/faq/how-to-enable-route-aviodance-rules/index.md b/content/faq/how-to-enable-route-aviodance-rules/index.md
new file mode 100644
index 00000000..e27ec5d5
--- /dev/null
+++ b/content/faq/how-to-enable-route-aviodance-rules/index.md
@@ -0,0 +1,20 @@
+---
+title: How to enable route aviodance rules?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 50
+---
+
+Go to Settings → Routing options and select types of road you want to avoid:
+
+<img src="/faq/routing/how-to-enable-route-aviodance-rules/avoidance.jpg" width="400px"/>
+
+If you want to avoid unpaved roads pick selector near "Unpaved roads" as on screenshot.
+
+If Organic Maps builds a route with some avoidable roads you will see button "Define roads to avoid" for quick setup.
+
+<img src="/faq/routing/how-to-enable-route-aviodance-rules/define-roads.jpg" width="400px"/>
diff --git a/content/faq/how-to-find-bookmarks-and-tracks-files/index.md b/content/faq/how-to-find-bookmarks-and-tracks-files/index.md
new file mode 100644
index 00000000..72cbe0c7
--- /dev/null
+++ b/content/faq/how-to-find-bookmarks-and-tracks-files/index.md
@@ -0,0 +1,16 @@
+---
+title: How to find bookmarks and tracks files on phone?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Bookmarks"]
+
+extra:
+  order: 70
+---
+
+Bookmarks and tracks are stored in private app folder and are not accessible from 3rd party apps.
+
+On iOS, you can access these files on iPhone/iPad from desktop using iTunes app.
+
+On Android device with Root enabled you can find bookmarks in `/data/data/app.organicmaps`.
diff --git a/content/faq/how-to-get-map-legend/index.md b/content/faq/how-to-get-map-legend/index.md
new file mode 100644
index 00000000..cfc4e60b
--- /dev/null
+++ b/content/faq/how-to-get-map-legend/index.md
@@ -0,0 +1,16 @@
+---
+title: How to get map legend?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 20
+---
+
+<img src="/faq/map/how-to-get-map-legend/legend.jpg" width="400px"/>
+
+Use long tap on any object to get it's type and name.
+You can find road type or forest kind in the bottom panel.
+By the way you search objects by type also.
diff --git a/content/faq/how-to-get-map-legend/legend.jpg b/content/faq/how-to-get-map-legend/legend.jpg
new file mode 100644
index 00000000..3e8bbe22
Binary files /dev/null and b/content/faq/how-to-get-map-legend/legend.jpg differ
diff --git a/content/faq/how-to-get-my-coordinates-speed-and-altitude/index.md b/content/faq/how-to-get-my-coordinates-speed-and-altitude/index.md
new file mode 100644
index 00000000..06bf58bb
--- /dev/null
+++ b/content/faq/how-to-get-my-coordinates-speed-and-altitude/index.md
@@ -0,0 +1,15 @@
+---
+title: How to get my coordinates, speed, and altitude?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 60
+---
+
+<img src="/faq/map/how-to-get-my-coordinates-speed-and-altitude/my-position.jpg" width="400px"/>
+
+Tap on blue arrow indicating your position to see GPS coordinates, speed, and height above mean sea level.
+Push share button to give you coordinates to friends.
diff --git a/content/faq/how-to-get-my-coordinates-speed-and-altitude/my-position.jpg b/content/faq/how-to-get-my-coordinates-speed-and-altitude/my-position.jpg
new file mode 100644
index 00000000..b36a6f60
Binary files /dev/null and b/content/faq/how-to-get-my-coordinates-speed-and-altitude/my-position.jpg differ
diff --git a/content/faq/how-to-import-gpx-track/android-share-1.jpg b/content/faq/how-to-import-gpx-track/android-share-1.jpg
new file mode 100644
index 00000000..a3cd9a5e
Binary files /dev/null and b/content/faq/how-to-import-gpx-track/android-share-1.jpg differ
diff --git a/content/faq/how-to-import-gpx-track/android-share-2.jpg b/content/faq/how-to-import-gpx-track/android-share-2.jpg
new file mode 100644
index 00000000..5b81c942
Binary files /dev/null and b/content/faq/how-to-import-gpx-track/android-share-2.jpg differ
diff --git a/content/faq/how-to-import-gpx-track/index.md b/content/faq/how-to-import-gpx-track/index.md
new file mode 100644
index 00000000..2081e33b
--- /dev/null
+++ b/content/faq/how-to-import-gpx-track/index.md
@@ -0,0 +1,18 @@
+---
+title: How to import GPX track on Android and iOS?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Bookmarks"]
+
+extra:
+  order: 40
+---
+
+If you received GPX file in email, messenger, or cloud drive you can import it directly to Organic Maps app.
+
+On iOS tap on GPX file and press Share button: <img src="/faq/bookmarks/how-to-import-gpx-track/ios-share.png" width="50px"/>. Then select Organic Maps to open the file.
+
+On Android tap on received GPX file to see Share menu. Select Organic Maps to import the file.
+
+<img src="/faq/bookmarks/how-to-import-gpx-track/android-share-1.jpg" width="200px"/> <img src="/faq/bookmarks/how-to-import-gpx-track/android-share-2.jpg" width="200px"/>
diff --git a/content/faq/how-to-import-gpx-track/ios-share.png b/content/faq/how-to-import-gpx-track/ios-share.png
new file mode 100644
index 00000000..81446949
Binary files /dev/null and b/content/faq/how-to-import-gpx-track/ios-share.png differ
diff --git a/content/faq/how-to-import-multiple-bookmarks-on-android/android-import-bookmarks.jpg b/content/faq/how-to-import-multiple-bookmarks-on-android/android-import-bookmarks.jpg
new file mode 100644
index 00000000..5daf5566
Binary files /dev/null and b/content/faq/how-to-import-multiple-bookmarks-on-android/android-import-bookmarks.jpg differ
diff --git a/content/faq/how-to-import-multiple-bookmarks-on-android/index.md b/content/faq/how-to-import-multiple-bookmarks-on-android/index.md
new file mode 100644
index 00000000..ebca5aa0
--- /dev/null
+++ b/content/faq/how-to-import-multiple-bookmarks-on-android/index.md
@@ -0,0 +1,14 @@
+---
+title: How to import multiple bookmarks on Android?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Bookmarks"]
+
+extra:
+  order: 30
+---
+
+<img src="/faq/bookmarks/how-to-import-multiple-bookmarks-on-android/android-import-bookmarks.jpg" width="400px"/>
+
+Push "Import Bookmarks and tracks" button. Choose folder on your phone with KML/KMZ/GPX files. Organic Maps will scan picked folder and import all bookmarks and tracks.
diff --git a/content/faq/how-to-make-changes-to-the-map/edit-button.jpg b/content/faq/how-to-make-changes-to-the-map/edit-button.jpg
new file mode 100644
index 00000000..0c35ddf9
Binary files /dev/null and b/content/faq/how-to-make-changes-to-the-map/edit-button.jpg differ
diff --git a/content/faq/how-to-make-changes-to-the-map/index.md b/content/faq/how-to-make-changes-to-the-map/index.md
new file mode 100644
index 00000000..35d9304f
--- /dev/null
+++ b/content/faq/how-to-make-changes-to-the-map/index.md
@@ -0,0 +1,14 @@
+---
+title: How to make changes to the map?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 140
+---
+
+<img src="/faq/map/how-to-make-changes-to-the-map/edit-button.jpg" width="400px"/>
+
+Organic Maps works with map data from [OpenStreetMap.org](https://osm.org) project. You can improve place details using "Edit Place" button. To make your changes publicly available you need an account on [OpenStreetMap.org](https://osm.org). If you want to change POI position, or clarify footway, or add buildings and bridges, please use [OpenStreetMap.org](https://osm.org) site with powerful editing tools.
diff --git a/content/faq/how-to-make-sure-i-have-latest-app/index.md b/content/faq/how-to-make-sure-i-have-latest-app/index.md
new file mode 100644
index 00000000..e27a6105
--- /dev/null
+++ b/content/faq/how-to-make-sure-i-have-latest-app/index.md
@@ -0,0 +1,16 @@
+---
+title: How to make sure I have latest application installed and up-to-date maps?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 120
+---
+
+First make sure you installed updated app from [AppStore][appstore], [Google Play][googleplay], [FDroid][fdroid], or [Huawei AppGallery][appgallery]. If maps data is outdated you will see red dot. Please download latest maps from menu.
+
+<img src="/faq/map/how-to-make-sure-i-have-latest-app/ios-data-updates.png" width="400px"/>
+
+{{ references() }}
\ No newline at end of file
diff --git a/content/faq/how-to-make-sure-i-have-latest-app/ios-data-updates.png b/content/faq/how-to-make-sure-i-have-latest-app/ios-data-updates.png
new file mode 100644
index 00000000..58f2c708
Binary files /dev/null and b/content/faq/how-to-make-sure-i-have-latest-app/ios-data-updates.png differ
diff --git a/content/faq/how-to-maximize-map/index.md b/content/faq/how-to-maximize-map/index.md
new file mode 100644
index 00000000..00d81543
--- /dev/null
+++ b/content/faq/how-to-maximize-map/index.md
@@ -0,0 +1,13 @@
+---
+title: How to maximize map?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 30
+---
+
+Perform single tap on empty space to hide app interface and get fullscreen map.
+Tap on the map again to get UI back.
diff --git a/content/faq/how-to-measure-distances-with-organic-maps/index.md b/content/faq/how-to-measure-distances-with-organic-maps/index.md
new file mode 100644
index 00000000..b12d3ed7
--- /dev/null
+++ b/content/faq/how-to-measure-distances-with-organic-maps/index.md
@@ -0,0 +1,20 @@
+---
+title: How to measure distances with Organic Maps? Is there a ruler?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 70
+---
+
+To measure distance from your current position to some object pick that object on map, tap "Route to" button, and select Ruler route type:
+
+<img src="/faq/routing/how-to-measure-distances-with-organic-maps/ruler-type.jpg" width="400px"/>
+
+With ruler enabled tap anywhere on map to continue polyline.
+
+<img src="/faq/routing/how-to-measure-distances-with-organic-maps/ruler-line.jpg" width="400px"/>
+
+You can choose any start point with "Route from" button.
diff --git a/content/faq/how-to-measure-distances-with-organic-maps/ruler-line.jpg b/content/faq/how-to-measure-distances-with-organic-maps/ruler-line.jpg
new file mode 100644
index 00000000..d87ca54c
Binary files /dev/null and b/content/faq/how-to-measure-distances-with-organic-maps/ruler-line.jpg differ
diff --git a/content/faq/how-to-measure-distances-with-organic-maps/ruler-type.jpg b/content/faq/how-to-measure-distances-with-organic-maps/ruler-type.jpg
new file mode 100644
index 00000000..67871a70
Binary files /dev/null and b/content/faq/how-to-measure-distances-with-organic-maps/ruler-type.jpg differ
diff --git a/content/faq/how-to-move-imported-track-to-another-folder/index.md b/content/faq/how-to-move-imported-track-to-another-folder/index.md
new file mode 100644
index 00000000..f655ae19
--- /dev/null
+++ b/content/faq/how-to-move-imported-track-to-another-folder/index.md
@@ -0,0 +1,14 @@
+---
+title: How to move imported track to another folder?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Bookmarks"]
+
+extra:
+  order: 50
+---
+
+On Android : ???
+
+On iOS : ???
diff --git a/content/faq/how-to-remove-bookmark-or-track/index.md b/content/faq/how-to-remove-bookmark-or-track/index.md
new file mode 100644
index 00000000..cc9d0ee1
--- /dev/null
+++ b/content/faq/how-to-remove-bookmark-or-track/index.md
@@ -0,0 +1,14 @@
+---
+title: How to remove bookmark or track?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Bookmarks"]
+
+extra:
+  order: 20
+---
+
+On Android you can remove bookmark from the bookmarks list using longtap menu.
+
+On iOS: ???
diff --git a/content/faq/how-to-send-a-bugreport/index.md b/content/faq/how-to-send-a-bugreport/index.md
new file mode 100644
index 00000000..7432f489
--- /dev/null
+++ b/content/faq/how-to-send-a-bugreport/index.md
@@ -0,0 +1,15 @@
+---
+title: How to send up a bugreport?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["General"]
+
+extra:
+  order: 60
+---
+
+Report bugs or issues to [the issue tracker][issues] or [email us][email]. You can submit feedback directly from app.
+Just click icon with "?" on iOS or with green Organic Maps icon on Android. You'll find "Report a bug" button there.
+
+{{ references() }}
\ No newline at end of file
diff --git a/content/faq/how-to-use-long-tap/index.md b/content/faq/how-to-use-long-tap/index.md
new file mode 100644
index 00000000..0917139d
--- /dev/null
+++ b/content/faq/how-to-use-long-tap/index.md
@@ -0,0 +1,18 @@
+---
+title: How to use Long Tap?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 10
+---
+
+You can do a lot of things in the app using long tap:
+
+- Add markers
+- Copy place details such as name, address, links, coordinates, etc
+- Add route points
+
+Try long tap in Organic Maps to discover hidden features.
diff --git a/content/faq/how-to-use-search/index.md b/content/faq/how-to-use-search/index.md
new file mode 100644
index 00000000..5b93b448
--- /dev/null
+++ b/content/faq/how-to-use-search/index.md
@@ -0,0 +1,14 @@
+---
+title: How to use search?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 180
+---
+
+You can search places, addresses, cities, sites and many other interests. Organic Maps looks not only by name but by type. You can find nearest drinking water, bicycle parking, bookstore or cave from search field.
+
+Organic Maps can search by coordinates in many formats: `41.9142, 12.4849`, `N 41° 54' 51.12" E 12° 29' 5.639"`, `33T 291418 4643309` (UTM).
diff --git a/content/faq/how-to-zoom-in-zoom-out-with-one-hand/index.md b/content/faq/how-to-zoom-in-zoom-out-with-one-hand/index.md
new file mode 100644
index 00000000..4cb28585
--- /dev/null
+++ b/content/faq/how-to-zoom-in-zoom-out-with-one-hand/index.md
@@ -0,0 +1,19 @@
+---
+title: How to zoom in/zoom out with one hand?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 50
+---
+
+<video width="300px" controls="enabled">
+  <source src="/faq/map/how-to-zoom-in-zoom-out-with-one-hand/one-finger-zoom-Mauritius.mp4" type="video/mp4"/>
+  (Your browser does not support the video tag.)
+</video>
+
+Tap twice on map and on the second tap just slide your finger up and down to zoom in and zoom out respectively.
+
+This gesture works on Android and iOS and not only in Organic Maps.
diff --git a/content/faq/how-to-zoom-in-zoom-out-with-one-hand/one-finger-zoom-Mauritius.mp4 b/content/faq/how-to-zoom-in-zoom-out-with-one-hand/one-finger-zoom-Mauritius.mp4
new file mode 100644
index 00000000..e6c9e591
Binary files /dev/null and b/content/faq/how-to-zoom-in-zoom-out-with-one-hand/one-finger-zoom-Mauritius.mp4 differ
diff --git a/content/faq/index.md b/content/faq/index.md
index bd2a7a26..167ac6d8 100644
--- a/content/faq/index.md
+++ b/content/faq/index.md
@@ -1,20 +1,13 @@
----
-title: 
-description: 
-template: faq.html
-weight: 10
-extra:
-  hero_title: Faq
-  hero_image: /faq/hero_image.png
-  menu_title_pre: Home
-  faq_question_title_1: General
-  faq_question_title_1_1: What is Telegram?
-  faq_question_title_1_2: Who is it for?
-  faq_question_title_1_3: How is it different from WhatsApp?
-  faq_question_title_1_4: How old is Telegram?
-  faq_question_title_1_5: Is it available on my device?
-  faq_question_title_1_6: Who are the people behind Telegram?
-  faq_question_title_2: Telegram Basics
-  faq_question_title_3: Groups and Channels
-
----
\ No newline at end of file
+---
+title: "F.A.Q."
+description: "Frequently asked questions for Organic Maps application"
+weight: 1000
+
+extra:
+  menu_title: F.A.Q.
+
+sort_by: weight
+---
+
+### This page is replaced with taxonomy "faq" from templates/faq/list.html template
+This file is needed for top_menu.html and bottom_menu.html templates to show F.A.Q.
\ No newline at end of file
diff --git a/content/faq/location-arrow-points-to-wrong-direction/index.md b/content/faq/location-arrow-points-to-wrong-direction/index.md
new file mode 100644
index 00000000..edacb554
--- /dev/null
+++ b/content/faq/location-arrow-points-to-wrong-direction/index.md
@@ -0,0 +1,14 @@
+---
+title: Location arrow points to wrong direction. How to fix?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 100
+---
+
+Probably you have problem with compass sensor.
+
+To improve compass use callibration moves according to [instruction](https://www.youtube.com/watch?v=-Uq7AmSAjt8).
diff --git a/content/faq/project-history/index.md b/content/faq/project-history/index.md
new file mode 100644
index 00000000..7508c229
--- /dev/null
+++ b/content/faq/project-history/index.md
@@ -0,0 +1,12 @@
+---
+title: Project history
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["General"]
+
+extra:
+  order: 10
+---
+
+???
diff --git a/content/faq/tts/tts.md b/content/faq/tts/tts.md
new file mode 100644
index 00000000..83b6d096
--- /dev/null
+++ b/content/faq/tts/tts.md
@@ -0,0 +1,83 @@
+---
+title: Text-to-Speech on Android
+description: Guide on how to make TTS work on Android
+
+taxonomies:
+  faq: ["TTS"]
+
+extra:
+  order: 10
+---
+
+## Summary
+
+Organic Maps uses the system text-to-speech (TTS) engine for voice instructions. The default engines vary by device. The choices can include Google Text-to Speech, device manufacturer's engine or a third-party one. 
+
+The official recommendation from Organic Maps is [RHVoice](https://rhvoice.org/), which is a free and open source speech engine that can be downloaded from [Google Play](https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android) and [F-Droid](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/).
+
+## Instructions
+
+- Open the Settings app on your Android device.
+- Select Additional Settings and then select Accessibility.
+- Choose your preferred engine, speech rate and pitch.
+
+If you cannot find the relevant setting, open the settings app and search for Text-to-speech.
+
+P.S: Do note that these steps will vary based on the phone brand you are using.
+
+Said options may not appear if you don't have a TTS already installed on your device. Please refer to the table below to install any one of them that supports your native language.
+
+## Screenshots
+
+|             |             |             |
+| ----------- | ----------- | ----------- |
+| <img src='/images/screenshots/tts_config_1.jpg' width='400' alt='Screenshot 1'> | <img src='/images/screenshots/tts_config_2.jpg' width='400' alt='Screenshot 2'> | <img src='/images/screenshots/tts_config_3.jpg' width='400' alt='Screenshot 3'> |
+
+## Engines
+
+Below is a comprehensive list showing several engines and the languages they support (download links can be found after the table):
+
+{{ tts_table() }}
+
+## Downloads
+
+- [Acapela Voices TTS](https://play.google.com/store/apps/details?id=com.acapelagroup.android.tts)
+- [Amazon Ivona TTS](https://apkpure.com/ivona-text-to-speech-hq/com.ivona.tts/download)
+- [eSpeak TTS](https://f-droid.org/en/packages/com.reecedunn.espeak/)
+- [Google Speech Services](https://play.google.com/store/apps/details?id=com.google.android.tts)
+- [RHVoice TTS (Recommended)](https://play.google.com/store/apps/details?id=com.github.olga_yakovleva.rhvoice.android)
+- [Vocalizer (Code Factory)](https://play.google.com/store/apps/details?id=es.codefactory.vocalizertts)
+- [Vocalizer 2 (Nuance)](https://nvda.ru/sintezatory-rechi-vocalizer-expressive2-dlja-nvda#)
+- [Yandex SpeechKit TTS](https://4pda.to/forum/index.php?showtopic=200728&st=4200#download)
+
+## Workarounds
+
+If you’re having trouble initializing the RHVoice TTS engine on LineageOS or other custom ROMs, try this workaround. RHVoice may not initialize properly and the app may crash, especially if you haven’t used any TTS engine on your phone before (e.g., new installation, factory reset, etc.). If you’re using a custom ROM like LineageOS <ins>without Google Play services and Speech Services by Google</ins>, and you want to use RHVoice as your preferred TTS engine, follow the instructions below as a workaround:
+
+- Install the [eSpeak TTS engine](https://f-droid.org/en/packages/com.reecedunn.espeak) available on F-Droid
+
+- Set it as the preferred system engine
+
+    - Go to LineageOS main **Settings**.
+
+    - Scroll down to **Accessibility**.
+
+    - Select **text-to-speech output** and **Preferred engine** (left side) and make sure **eSpeak** is selected.
+
+- Go back and press **play** to see if it is working
+
+- Install [RHVoice](https://f-droid.org/en/packages/com.github.olga_yakovleva.rhvoice.android/) available on F-droid.
+
+    - Open it, select the language you want to use, tap on the cloud icon (far left) to download voices.
+
+    - Press play button to verify if it is working
+    
+- Set **RHVoice** as preferred engine (see step 2)
+
+- Now, you should be able to use RHVoice without any problems
+
+## Testing
+
+In order to test the voice instructions, you can tap on "Test Voice Directions (TTS, Text-To-Speech)" in OM "Settings → Voice Instructions" menu or you can actually start a navigation to receive any voice output. Organic Maps will not give you any voice instructions while you're standing still.
+
+<img src='/images/screenshots/tts_test.png' style='width:100%; max-width:400px' alt='Screenshot TTS Test'>
diff --git a/content/faq/what-android-version-can-run-organic-maps/index.md b/content/faq/what-android-version-can-run-organic-maps/index.md
new file mode 100644
index 00000000..117bcb93
--- /dev/null
+++ b/content/faq/what-android-version-can-run-organic-maps/index.md
@@ -0,0 +1,15 @@
+---
+title: What Android version can run Organic Maps?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Android"]
+
+extra:
+  order: 10
+---
+
+You need at least Android 5 to run the app. Devices with later Android versions can run Organic Maps.
+
+Organic Maps can work on devices with Google Services installed and without Google support.
+
diff --git a/content/faq/what-are-advantages-of-OM-compared-to-other-maps/index.md b/content/faq/what-are-advantages-of-OM-compared-to-other-maps/index.md
new file mode 100644
index 00000000..d3c230f0
--- /dev/null
+++ b/content/faq/what-are-advantages-of-OM-compared-to-other-maps/index.md
@@ -0,0 +1,14 @@
+---
+title: What are the advantages of OM compared to other maps?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["General"]
+
+extra:
+  order: 30
+---
+
+Organic Maps is focused on speed, privacy, battery efficiency and minimization of network utilization.
+You can use offline map for navigation in places far from civilization or in cities with complex traffic network.
+Also compare our [privacy policy](/privacy) with other maps apps. Tell your friends about the difference. 
diff --git a/content/faq/what-are-secret-search-queries/index.md b/content/faq/what-are-secret-search-queries/index.md
new file mode 100644
index 00000000..df43ab97
--- /dev/null
+++ b/content/faq/what-are-secret-search-queries/index.md
@@ -0,0 +1,16 @@
+---
+title: What are secret search queries?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 190
+---
+
+`?vulkan`, `?gl` - ???
+
+`?edits` - will show changes you made lately and its status. You can see if changes are already uploaded to [OpenStreetMap.org](https://osm.org) or there were any problems?
+
+See [documentation](https://github.com/organicmaps/organicmaps/blob/master/docs/DEBUG_COMMANDS.md) for the full list of commands.
diff --git a/content/faq/what-does-gray-circle-around-my-position-mean/grey-circle.jpg b/content/faq/what-does-gray-circle-around-my-position-mean/grey-circle.jpg
new file mode 100644
index 00000000..6e75022a
Binary files /dev/null and b/content/faq/what-does-gray-circle-around-my-position-mean/grey-circle.jpg differ
diff --git a/content/faq/what-does-gray-circle-around-my-position-mean/index.md b/content/faq/what-does-gray-circle-around-my-position-mean/index.md
new file mode 100644
index 00000000..60fbb4f3
--- /dev/null
+++ b/content/faq/what-does-gray-circle-around-my-position-mean/index.md
@@ -0,0 +1,17 @@
+---
+title: What does gray circle around my position mean?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 70
+---
+
+<img src="/faq/map/what-does-gray-circle-around-my-position-mean/grey-circle.jpg" width="400px"/>
+
+GPS sensors have accuracy rate. Gray circle indicates this accuracy. Your actual position is somewhere inside this circle.
+Accuracy degrade inside buildings, near steal constructions or radiation sources.
+To improve GPS precision go outside to be under clear sky.
+Enabling [Google Location Accuracy](https://support.google.com/maps/answer/2839911?co=GENIE.Platform%3DAndroid) on Android improves precision significantly.
diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/index.md b/content/faq/what-does-icon-bellow-zoom-buttons-mean/index.md
new file mode 100644
index 00000000..8e33af70
--- /dev/null
+++ b/content/faq/what-does-icon-bellow-zoom-buttons-mean/index.md
@@ -0,0 +1,18 @@
+---
+title: What does icon bellow zoom buttons mean?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 90
+---
+
+| Icon                                                                                           | Meaning |
+|------------------------------------------------------------------------------------------------| ------- |
+| <img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-1.png" width="75px"/> | Location search is not initiated |
+| <img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-2.png" width="75px"/> | App is looking for location |
+| <img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-3.png" width="75px"/> | Current position is found. Map is centered on current position and oriented to North. |
+| <img src="/faq/map/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png" width="75px"/> | Map is centered on current position and rotates according to device compass. |
+
diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-1.png b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-1.png
new file mode 100644
index 00000000..e47f318f
Binary files /dev/null and b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-1.png differ
diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-2.png b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-2.png
new file mode 100644
index 00000000..a26e43a8
Binary files /dev/null and b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-2.png differ
diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-3.png b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-3.png
new file mode 100644
index 00000000..b8540c3a
Binary files /dev/null and b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-3.png differ
diff --git a/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png
new file mode 100644
index 00000000..a38abbcd
Binary files /dev/null and b/content/faq/what-does-icon-bellow-zoom-buttons-mean/location-icon-4.png differ
diff --git a/content/faq/what-gestures-does-organic-maps-support/index.md b/content/faq/what-gestures-does-organic-maps-support/index.md
new file mode 100644
index 00000000..3b968613
--- /dev/null
+++ b/content/faq/what-gestures-does-organic-maps-support/index.md
@@ -0,0 +1,16 @@
+---
+title: What gestures does Organic Maps support?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 40
+---
+
+(On iOS and iPadOS) Tap and hold on zoom buttons then drag up or down to zoom.
+
+Use double tap to zoom in.
+
+You can rotate, pan and zoom map with two fingers gestures.
diff --git a/content/faq/what-if-app-crashes-on-start/index.md b/content/faq/what-if-app-crashes-on-start/index.md
new file mode 100644
index 00000000..4161fb9f
--- /dev/null
+++ b/content/faq/what-if-app-crashes-on-start/index.md
@@ -0,0 +1,12 @@
+---
+title: What if app crashes on start?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Android"]
+
+extra:
+  order: 50
+---
+
+You need to enable Android WebView component.
diff --git a/content/faq/what-ios-version-can-run-organic-maps/index.md b/content/faq/what-ios-version-can-run-organic-maps/index.md
new file mode 100644
index 00000000..bd389f01
--- /dev/null
+++ b/content/faq/what-ios-version-can-run-organic-maps/index.md
@@ -0,0 +1,12 @@
+---
+title: What iOS version can run Organic Maps?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["iOS"]
+
+extra:
+  order: 10
+---
+
+Organic Maps runs on devices with iOS/iPadOS 12+.
diff --git a/content/faq/what-is-the-purpose-of-little-blue-arrow/blue-arrow.jpg b/content/faq/what-is-the-purpose-of-little-blue-arrow/blue-arrow.jpg
new file mode 100644
index 00000000..e269367b
Binary files /dev/null and b/content/faq/what-is-the-purpose-of-little-blue-arrow/blue-arrow.jpg differ
diff --git a/content/faq/what-is-the-purpose-of-little-blue-arrow/index.md b/content/faq/what-is-the-purpose-of-little-blue-arrow/index.md
new file mode 100644
index 00000000..3fbb3b19
--- /dev/null
+++ b/content/faq/what-is-the-purpose-of-little-blue-arrow/index.md
@@ -0,0 +1,16 @@
+---
+title: What is the purpose of little blue arrow?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 80
+---
+
+<img src="/faq/map/what-is-the-purpose-of-little-blue-arrow/blue-arrow.jpg" width="400px"/>
+
+This arrow shows direction and distance from your location to selected POI. You should enable location to see it.
+Pressing this button gets fullscreen indicator of orientation and distance.
+You can use it for azimuth navigation if step-by-step routing is not possible for some reason.
diff --git a/content/faq/what-is-your-product-roadmap/index.md b/content/faq/what-is-your-product-roadmap/index.md
new file mode 100644
index 00000000..1a36536e
--- /dev/null
+++ b/content/faq/what-is-your-product-roadmap/index.md
@@ -0,0 +1,12 @@
+---
+title: What is your product roadmap?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["General"]
+
+extra:
+  order: 50
+---
+
+Crunch till the end of our days!!
diff --git a/content/faq/what-would-happen-after-uninstalling-app/index.md b/content/faq/what-would-happen-after-uninstalling-app/index.md
new file mode 100644
index 00000000..099393bb
--- /dev/null
+++ b/content/faq/what-would-happen-after-uninstalling-app/index.md
@@ -0,0 +1,14 @@
+---
+title: What would happen with my bookmarks and tracks after uninstalling app?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Bookmarks"]
+
+extra:
+  order: 60
+---
+
+All you tracks and bookmarks are removed from device when Organic Maps is uninstalled. Please backup your bookmarks and tracks using export button.
+
+Cloud bookmarks backup and sync is planned in future releases.
diff --git a/content/faq/whats-the-difference-between-f-droid-and-google-play/index.md b/content/faq/whats-the-difference-between-f-droid-and-google-play/index.md
new file mode 100644
index 00000000..e75e8ff7
--- /dev/null
+++ b/content/faq/whats-the-difference-between-f-droid-and-google-play/index.md
@@ -0,0 +1,14 @@
+---
+title: What's the difference between F-Droid and Google Play versions of the app?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Android"]
+
+extra:
+  order: 20
+---
+
+[F-Droid](https://f-droid.org/) version comes without [Google Play Services](https://en.wikipedia.org/wiki/Google_Play_Services). These Services improve location accuracy using nearest cell towers and wifi hotspots if internet connection is available. F-Droid version uses only device GPS sensor.
+
+With Organic Maps from Google Play you can disable Google Play Services for location search in app settings.
diff --git a/content/faq/where-to-read-latest-news-updates/index.md b/content/faq/where-to-read-latest-news-updates/index.md
new file mode 100644
index 00000000..b55a63ea
--- /dev/null
+++ b/content/faq/where-to-read-latest-news-updates/index.md
@@ -0,0 +1,17 @@
+---
+title: Where to read latest news updates?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["General"]
+
+extra:
+  order: 70
+---
+
+- Subscribe to our [Telegram Channel][telegram] or to the [matrix space][matrix] for updates.
+- Join our [Telegram Group][telegram_chat] to discuss with other users.
+- Visit our [GitHub page][github].
+- Follow our updates in [Mastodon][mastodon], [Facebook][facebook], [Twitter][twitter], [Instagram][instagram], [Reddit][reddit], [LinkedIn][LinkedIn].
+
+{{ references() }}
\ No newline at end of file
diff --git a/content/faq/who-is-working-on-the-project/index.md b/content/faq/who-is-working-on-the-project/index.md
new file mode 100644
index 00000000..9cdba274
--- /dev/null
+++ b/content/faq/who-is-working-on-the-project/index.md
@@ -0,0 +1,19 @@
+---
+title: Who is working on the project?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["General"]
+
+extra:
+  order: 20
+---
+
+Core team consists of:
+* Alexander Borsuk
+* Konstantin Pastbin
+* Viktor Govako
+* Roman Tsisyk
+
+Also contributors from around the world help with new features, bugfixing, testing, graphical design and translations.
+
diff --git a/content/faq/who-moderates-changes/index.md b/content/faq/who-moderates-changes/index.md
new file mode 100644
index 00000000..6bed326e
--- /dev/null
+++ b/content/faq/who-moderates-changes/index.md
@@ -0,0 +1,12 @@
+---
+title: Who moderates changes?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 160
+---
+
+???
diff --git a/content/faq/why-carplay-is-always-dark/index.md b/content/faq/why-carplay-is-always-dark/index.md
new file mode 100644
index 00000000..eede82b4
--- /dev/null
+++ b/content/faq/why-carplay-is-always-dark/index.md
@@ -0,0 +1,12 @@
+---
+title: Why CarPlay is always dark?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["iOS"]
+
+extra:
+  order: 20
+---
+
+Check your CarPlay settings (NOT Organic Maps settings) when the device is connected, and select "auto" instead of "always dark".
diff --git a/content/faq/why-do-i-see-blue-circle-instead-of-an-arrow/index.md b/content/faq/why-do-i-see-blue-circle-instead-of-an-arrow/index.md
new file mode 100644
index 00000000..a78bc21d
--- /dev/null
+++ b/content/faq/why-do-i-see-blue-circle-instead-of-an-arrow/index.md
@@ -0,0 +1,13 @@
+---
+title: Why do I see blue circle instead of an arrow indicating my position?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 110
+---
+
+Tablets don't have compass sensor that's why circle is drawn instead of directed arrow.
+You can find your model on [gsmarena.com](https://www.gsmarena.com) to see if compass is present.
diff --git a/content/faq/why-edit-place-button-is-disabled-or-hidden/index.md b/content/faq/why-edit-place-button-is-disabled-or-hidden/index.md
new file mode 100644
index 00000000..c0ef31a6
--- /dev/null
+++ b/content/faq/why-edit-place-button-is-disabled-or-hidden/index.md
@@ -0,0 +1,13 @@
+---
+title: Why "Edit place" button is disabled or hidden?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Map"]
+
+extra:
+  order: 170
+---
+
+If your maps data is more than 2 month then edit button is unavailable.
+Please install latest app and download up-to-date maps to enable editting.
diff --git a/content/faq/why-map-rotates-around-my-position/index.md b/content/faq/why-map-rotates-around-my-position/index.md
new file mode 100644
index 00000000..9b93c59d
--- /dev/null
+++ b/content/faq/why-map-rotates-around-my-position/index.md
@@ -0,0 +1,14 @@
+---
+title: Why map rotates around my position?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 90
+---
+
+The reason could be magnet on your phone case or radiation source near the phone. It could interfere compass sensor.
+
+To improve compass use callibration moves according to [instruction](https://www.youtube.com/watch?v=-Uq7AmSAjt8).
diff --git a/content/faq/why-organic-maps-builds-crooked-route/index.md b/content/faq/why-organic-maps-builds-crooked-route/index.md
new file mode 100644
index 00000000..1f112225
--- /dev/null
+++ b/content/faq/why-organic-maps-builds-crooked-route/index.md
@@ -0,0 +1,14 @@
+---
+title: Why Organic Maps builds crooked route?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 40
+---
+
+This could happen if map is outdated. We work on routing constantly. Please update the app regularly.
+
+Sometimes near country or region borders route could be unoptimal. This is known issue.
diff --git a/content/faq/why-organic-maps-is-slow-on-my-device/index.md b/content/faq/why-organic-maps-is-slow-on-my-device/index.md
new file mode 100644
index 00000000..02ce310e
--- /dev/null
+++ b/content/faq/why-organic-maps-is-slow-on-my-device/index.md
@@ -0,0 +1,19 @@
+---
+title: Why Organic Maps is slow on my device, UI is laggy, and it crashes randomly?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Android"]
+
+extra:
+  order: 30
+---
+
+Most likely you configured to store maps data on SD card. Usually switchable SD cards in Android phones are slow and unreliable.
+
+Change Organic Maps config to store maps data in internal storage. Open Settings → Save maps to → Internal private storage.
+
+<img src="/faq/android/why-organic-maps-is-slow-on-my-device/settings-save-map-to.png" style="width:100%; max-width:400px"/>
+
+Or you can replace SD card with faster one to improve map performance.
+
diff --git a/content/faq/why-organic-maps-is-slow-on-my-device/settings-save-map-to.png b/content/faq/why-organic-maps-is-slow-on-my-device/settings-save-map-to.png
new file mode 100644
index 00000000..b00d98ee
Binary files /dev/null and b/content/faq/why-organic-maps-is-slow-on-my-device/settings-save-map-to.png differ
diff --git a/content/faq/why-osm-route-are-truthful/index.md b/content/faq/why-osm-route-are-truthful/index.md
new file mode 100644
index 00000000..9711481d
--- /dev/null
+++ b/content/faq/why-osm-route-are-truthful/index.md
@@ -0,0 +1,12 @@
+---
+title: Почему маршруты в ОМ честные и отличаются от других приложений?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["Routing"]
+
+extra:
+  order: 30
+---
+
+???
diff --git a/content/faq/why-you-should-always-update-app-to-the-latest-version/index.md b/content/faq/why-you-should-always-update-app-to-the-latest-version/index.md
new file mode 100644
index 00000000..9b8acad1
--- /dev/null
+++ b/content/faq/why-you-should-always-update-app-to-the-latest-version/index.md
@@ -0,0 +1,12 @@
+---
+title: Why you should always update app to the latest version?
+description: "Frequently asked questions for Organic Maps application"
+
+taxonomies:
+  faq: ["General"]
+
+extra:
+  order: 40
+---
+
+We constantly work on improvements and fixing bugs. New map data is distributed only with regular application updates.
diff --git a/content/news/2021-05-06/6/index.md b/content/news/2021-05-06/6/index.md
index a0c726cd..08c7a6e6 100644
--- a/content/news/2021-05-06/6/index.md
+++ b/content/news/2021-05-06/6/index.md
@@ -1,5 +1,6 @@
 ---
 title: "No more trackers according to the latest Exodus Privacy Report!"
+description: test 
 date: 2021-05-06T07:20:28+00:00
 slug: "no-more-trackers-according-to-the-latest-exodus-privacy-report"
 ---
diff --git a/content/news/2023-09-28/219/1.webp b/content/news/2023-09-28/219/1.webp
deleted file mode 100644
index ccd37c8b..00000000
Binary files a/content/news/2023-09-28/219/1.webp and /dev/null differ
diff --git a/content/news/2023-09-28/219/index.md b/content/news/2023-09-28/219/index.md
deleted file mode 100644
index 47a35485..00000000
--- a/content/news/2023-09-28/219/index.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: "Un artículo sobre Organic Maps en español."
-date: 2023-09-28T19:27:52+00:00
-slug: "nuestra-piscina-espanola"
----
-
-[Nuestra piscina española](https://www.elespanol.com/elandroidelibre/aplicaciones/20230909/adios-google-maps-wikiloc-organic-avanzada-apps-mapas-no-necesita-conexion/792421133%5F0.html) :)
diff --git a/content/news/2023-09-28/_index.md b/content/news/2023-09-28/_index.md
deleted file mode 100644
index 7f7fc4ef..00000000
--- a/content/news/2023-09-28/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-date: 2023-09-28
-sort_by: date
----
\ No newline at end of file
diff --git a/content/news/2023-09-30/221/1.jpg b/content/news/2023-09-30/221/1.jpg
deleted file mode 100644
index 2bd38a74..00000000
Binary files a/content/news/2023-09-30/221/1.jpg and /dev/null differ
diff --git a/content/news/2023-09-30/221/2.jpg b/content/news/2023-09-30/221/2.jpg
deleted file mode 100644
index dffe669c..00000000
Binary files a/content/news/2023-09-30/221/2.jpg and /dev/null differ
diff --git a/content/news/2023-09-30/221/index.md b/content/news/2023-09-30/221/index.md
deleted file mode 100644
index 2dc89ee3..00000000
--- a/content/news/2023-09-30/221/index.md
+++ /dev/null
@@ -1,58 +0,0 @@
----
-title: "Organic Crowdfunding and the September update"
-date: 2023-09-30T22:50:03+00:00
-slug: "organic-maps-crowdfunding-and-september-update"
----
-
-A short announcement before the details about the September Organic Maps release.
-We are looking for volunteers to help us in different areas. A lot of interesting and challenging work (did you already check [1800+ issues on Github](https://github.com/organicmaps/organicmaps/issues/)? 💪) awaits on the open-source, community-built road to the best, fastest 🚀, easy-to-use 👴 👵 🧒, and privacy-focused maps. Want to [help us ](https://organicmaps.app/support-us/)with the app and website development, marketing, PR, financing, user support, or in any other way? Say hello@organicmaps.app.
-
-If we get enough money, we can significantly speed up the development by hiring a full-time team and rewarding the most active contributors. If we get more users, we get more donations. [Donate](https://organicmaps.app/donate/) and spread the word 💸! Let's call it **Organic Crowdfunding** 💰
-
-Several new features are available in the September update. You can easily measure distance and build straight-line routes in the same way as you are building other routes, and even simpler, with a single tap! We called it Helicopter Routing but then decided to rename into the Ruler to avoid confusion.
-Another new Android feature is background voice directions. Now Organic Maps can talk with you from your pocket 🙂
-
-* New OSM maps data as of September 20
-* Added new route type "Ruler" (aka Helicopter Routing) to measure straight distances quickly, many thanks to Sergiy [@strump](https://github.com/strump) for bringing it to life!
-* Set decimal and grouping separators depending on the system locale, thanks to Gonzalo [@gpesquero](https://github.com/gpesquero)
-* Removed annoying zoom in route planning mode
-* Parking entrances are searchable now
-* Improved street matching and results relevance (thanks to Viktar [@vng](https://github.com/vng) for all search improvements!)
-* Search for grocery and houseware
-* Caves can be added in the Editor
-* Improved Arabic, Polish, and Spanish translations
-
-Android
-* Background voice and directions, thanks to Roman [@rtsisyk](https://github.com/rtsisyk)
-* Fixed "Wait..." dialog on startup on Android 13 with many downloaded maps on SD card (thanks to Viktar again!)
-* Fixed distance on the route preview panel (thanks to Sergiy again!)
-* Fixed the blue arrow icon on the location button on Android 5 and 6 devices, thanks to Michał [@RicoElectrico](https://github.com/RicoElectrico)
-* Voice test in the settings menu (again, thanks to Gonzalo!)
-* Fixed backurl API parameter
-* Do not pause music when the screen is rotated (credits to Roman again!)
-* Fixed bug with the invisible color of imported GPX tracks
-
-iOS
-* Fixed Open/Closed shown sometimes in gray color
-
-Ferenc [@Ferenc-](https://github.com/Ferenc-) made Linux improvements:
-* Add positioning support via GeoClue2
-* Use OpenGL ES 3.0 instead of desktop OpenGL
-
-Map styling was done mostly by Konstantin [@pastk](https://github.com/pastk), David [@dvdmrtnz](https://github.com/dvdmrtnz), Harry [@RedAuburn](https://github.com/RedAuburn), and [@map-per](https://github.com/map-per):
-* New or updated icons for factory, winery, bookcase, library, brothel, bicycle repair station, bicycle rental, bicycle parking, sauna, lottery, bookmaker, massage, sewing, books, underground parking, disabled parking space, gate, excrement bags vending, wholesale shop, outdoor seating, handicraft, grinding mill, caterer, HVAC, key cutter and locksmith. That's a long list, huh?
-* Added vehicle inspection, public bath, strip club, gambling, cycle barrier, waterways (drain, ditch, moat, wastewater), aquarium, assembly point, adult gaming center, amusement arcade, Mormon churches, visitor center, industrial mine, historical objects (cannon, anchor, stone, aircraft, tank, mine, wreck, locomotive). Even longer list!
-* Added bridges and tunnels rendering for cycleways, footways, paths, tracks, bridleways, steps
-* Render barrier=ditch differently from waterway=ditch
-* Reduced priorities of river names (and of other lower-importance lines) in navigation mode
-* Tuned road names and road shield priorities
-* Fixed icons display for parking buildings
-* Reduced visibility of minor and private parking icons, removed area fill for underground parking
-* Reduced fire hydrants visibility
-* Display house numbers above icons and main POI captions, and don’t display house numbers for buildings that are too small for the current zoom level
-* Don't display star icons for squares
-* Fine-tune house numbers font and drawing priority
-* Added highway-pedestrian, bridleway, and cycleway lines for detailed zooms (z18-) in navigation mode
-* Pedestrian tunnels are not visible in navigation mode
-
-We are infinitely grateful to everyone who [helps us](https://organicmaps.app/support-us/) and [donates](https://organicmaps.app/donate/). Organic Maps would not be possible without our users and our contributors ♥️ 🙏 🤟
diff --git a/content/news/2023-09-30/_index.md b/content/news/2023-09-30/_index.md
deleted file mode 100644
index ddbbba3f..00000000
--- a/content/news/2023-09-30/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-date: 2023-09-30
-sort_by: date
----
\ No newline at end of file
diff --git a/content/news/2023-10-19/229/index.md b/content/news/2023-10-19/229/index.md
deleted file mode 100644
index 31fa0150..00000000
--- a/content/news/2023-10-19/229/index.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: "Organic Maps shares the 5th and 6th place on the list of most popular OSM editors together with Rapid"
-date: 2023-10-19T10:56:17+00:00
-slug: "organic-maps-shares-the-5th-and-6th-place-on-the-list-of-most-popular-osm-editors-together-with-rapid"
----
-
-Organic Maps [shares the 5th and 6th place](https://wiki.openstreetmap.org/wiki/Editor%5Fusage%5Fstats#by%5Fnumber%5Fof%5Fusers%5F%28distinct%5Fuids%29) on the list of most popular OSM editors together with Rapid!
diff --git a/content/news/2023-10-19/_index.md b/content/news/2023-10-19/_index.md
deleted file mode 100644
index 288dd560..00000000
--- a/content/news/2023-10-19/_index.md
+++ /dev/null
@@ -1,4 +0,0 @@
----
-date: 2023-10-19
-sort_by: date
----
\ No newline at end of file
diff --git a/content/news/_index.af.md b/content/news/_index.af.md
index a08b73bb..a7b81598 100644
--- a/content/news/_index.af.md
+++ b/content/news/_index.af.md
@@ -2,8 +2,8 @@
 description: "Bl op hoogte van nuwe Organic Maps-weergawes, nuus en bywerkings van ons span"
 extra:
   menu_title: Nuus
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: Jongste nuus en bywerkings van ons span"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: Jongste nuus en bywerkings van ons span"
 ---
diff --git a/content/news/_index.ar.md b/content/news/_index.ar.md
index 75ef7130..ff449b6a 100644
--- a/content/news/_index.ar.md
+++ b/content/news/_index.ar.md
@@ -2,8 +2,8 @@
 description: "ابقَ على تواصل بأحدث الإصدارات Organic Maps والأخبار والتحديثات من فريقنا"
 extra:
   menu_title: الأخبار
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: آخر الأخبار والتحديثات من فريقنا"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: آخر الأخبار والتحديثات من فريقنا"
 ---
diff --git a/content/news/_index.ca.md b/content/news/_index.ca.md
index 75cff629..e5237c2a 100644
--- a/content/news/_index.ca.md
+++ b/content/news/_index.ca.md
@@ -1,9 +1,9 @@
 ---
-description: "Seguiu les novetats de l'Organic Maps, notícies i actualitzacions del nostre equip"
+description: "Segueix les últimes novetats de Organic Maps, notícies i actualitzacions del nostre equip."
 extra:
   menu_title: Notícies
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: les notícies i novetats més recents del nostre equip"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: les notícies i novetats més recents del nostre equip"
 ---
diff --git a/content/news/_index.cs.md b/content/news/_index.cs.md
index 89964e4d..133966b6 100644
--- a/content/news/_index.cs.md
+++ b/content/news/_index.cs.md
@@ -2,8 +2,8 @@
 description: "Zůstaňte v kontaktu s nejnovějšími verzemi Organic Maps, novinkami a aktualizacemi od našeho týmu"
 extra:
   menu_title: Novinky
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: Nejnovější zprávy a aktualizace od našeho týmu"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: Nejnovější zprávy a aktualizace od našeho týmu"
 ---
diff --git a/content/news/_index.de.md b/content/news/_index.de.md
index 3281d489..6f8a32d1 100644
--- a/content/news/_index.de.md
+++ b/content/news/_index.de.md
@@ -2,8 +2,8 @@
 description: "Bleibe auf dem Laufenden mit den neuesten Veröffentlichungen von Organic Maps, Neuigkeiten und Updates von unserem Team"
 extra:
   menu_title: Neuigkeiten
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: Neueste Nachrichten und Updates von unserem Team"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: Neueste Nachrichten und Updates von unserem Team"
 ---
diff --git a/content/news/_index.es.md b/content/news/_index.es.md
index 1e9ce9f7..a3f7d2b7 100644
--- a/content/news/_index.es.md
+++ b/content/news/_index.es.md
@@ -2,8 +2,8 @@
 description: "Permanezca al tanto de los últimos lanzamientos de Organic Maps, las noticias y las actualizaciones de nuestro equipo"
 extra:
   menu_title: Noticias
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: noticias y actualizaciones más recientes de nuestro equipo"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: noticias y actualizaciones más recientes de nuestro equipo"
 ---
diff --git a/content/news/_index.eu.md b/content/news/_index.eu.md
index 7c6c8f1a..c7d1ada8 100644
--- a/content/news/_index.eu.md
+++ b/content/news/_index.eu.md
@@ -2,8 +2,8 @@
 description: "Mantendu informatuta gure taldearen azken bertsio-publikazio, albiste eta eguneraketekin"
 extra:
   menu_title: Berriak
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: azken albiste eta eguneraketak gure lan-taldetik"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: azken albiste eta eguneraketak gure lan-taldetik"
 ---
diff --git a/content/news/_index.hi.md b/content/news/_index.hi.md
index 207ee0e0..349a2e80 100644
--- a/content/news/_index.hi.md
+++ b/content/news/_index.hi.md
@@ -2,8 +2,8 @@
 description: "हमारी टीम के आधुनिकतम ऑर्गेनिक मानचित्र रिलीज़, समाचार, एवम अपडेट के संपर्क में रहें"
 extra:
   menu_title: समाचार
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "ऑर्गेनिक मैप्स: हमारी टीम से नवीनतम समाचार और अपडेट"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "ऑर्गेनिक मैप्स: हमारी टीम से नवीनतम समाचार और अपडेट"
 ---
diff --git a/content/news/_index.hu.md b/content/news/_index.hu.md
index 979f7a28..a0124045 100644
--- a/content/news/_index.hu.md
+++ b/content/news/_index.hu.md
@@ -2,8 +2,8 @@
 description: "Maradjon kapcsolatban a legfrissebb Organic Maps kiadványokkal, hírekkel és frissítésekkel csapatunktól"
 extra:
   menu_title: Hírek
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: Legfrissebb hírek és újdonságok a csapatunktól"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: Legfrissebb hírek és újdonságok a csapatunktól"
 ---
diff --git a/content/news/_index.id.md b/content/news/_index.id.md
index 9716e427..3ae7d8b0 100644
--- a/content/news/_index.id.md
+++ b/content/news/_index.id.md
@@ -2,9 +2,8 @@
 description: "Tetap terhubung dengan rilis Organic Maps terbaru, berita dan pembaruan dari tim kami"
 extra:
   menu_title: Berita
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: Berita dan pembaruan terbaru dari tim kami"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: Berita dan pembaruan terbaru dari tim kami"
 ---
-    
\ No newline at end of file
diff --git a/content/news/_index.md b/content/news/_index.md
index ba559da2..726dcee7 100644
--- a/content/news/_index.md
+++ b/content/news/_index.md
@@ -6,6 +6,4 @@ page_template: news_post.html
 sort_by: date
 extra:
   menu_title: News
-  menu_title_pre: Home
-  hero_image: /news/kv-news.png
 ---
diff --git a/content/news/_index.pl.md b/content/news/_index.pl.md
index 0efe2c6a..5ea8851d 100644
--- a/content/news/_index.pl.md
+++ b/content/news/_index.pl.md
@@ -2,8 +2,8 @@
 description: "Bądź na bieżąco z najnowszymi wydaniami Organic Maps, wiadomościami i aktualizacjami od naszego zespołu"
 extra:
   menu_title: Nowości
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: Najnowsze wiadomości i aktualizacje od naszego zespołu"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: Najnowsze wiadomości i aktualizacje od naszego zespołu"
 ---
diff --git a/content/news/_index.pt-BR.md b/content/news/_index.pt-BR.md
index 55892b34..3be081bc 100644
--- a/content/news/_index.pt-BR.md
+++ b/content/news/_index.pt-BR.md
@@ -2,8 +2,8 @@
 description: "Fique atualizado com os últimos lançamentos, notícias e atualizações do Organic Maps"
 extra:
   menu_title: Notícias
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: Últimas notícias e atualizações de nossa equipe"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: Últimas notícias e atualizações de nossa equipe"
 ---
diff --git a/content/news/_index.sv.md b/content/news/_index.sv.md
index 3ffc2ea4..a6f24188 100644
--- a/content/news/_index.sv.md
+++ b/content/news/_index.sv.md
@@ -2,8 +2,8 @@
 description: "Håll dig uppdaterad med de senaste versionerna av Organic Maps, nyheter samt uppdateringar från vårt team"
 extra:
   menu_title: Nyheter
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps: De senaste nyheterna och uppdateringarna från vårt team"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps: De senaste nyheterna och uppdateringarna från vårt team"
 ---
diff --git a/content/news/_index.zh-Hans.md b/content/news/_index.zh-Hans.md
index b687348d..b1170846 100644
--- a/content/news/_index.zh-Hans.md
+++ b/content/news/_index.zh-Hans.md
@@ -2,8 +2,8 @@
 description: "关注Organic Maps新版发布、新闻和更新"
 extra:
   menu_title: 新闻
-  page_template: news_post.html
-  sort_by: date
-  template: news.html
-  title: "Organic Maps:近期新闻和更新"
+page_template: news_post.html
+sort_by: date
+template: news.html
+title: "Organic Maps:近期新闻和更新"
 ---
diff --git a/news-newwwwwwwww/index.md b/news-newwwwwwwww/index.md
new file mode 100644
index 00000000..ba559da2
--- /dev/null
+++ b/news-newwwwwwwww/index.md
@@ -0,0 +1,11 @@
+---
+title: "Organic Maps: Latest news and updates from our team"
+description: Stay in touch with the latest Organic Maps releases, news and updates from our team
+template: news.html
+page_template: news_post.html
+sort_by: date
+extra:
+  menu_title: News
+  menu_title_pre: Home
+  hero_image: /news/kv-news.png
+---
diff --git a/content/news/kv-news.png b/news-newwwwwwwww/kv-news.png
similarity index 100%
rename from content/news/kv-news.png
rename to news-newwwwwwwww/kv-news.png
diff --git a/content/post/index.md b/post/index.md
similarity index 100%
rename from content/post/index.md
rename to post/index.md
diff --git a/sass/common/bred-crum.scss b/sass/common/bred-crum.scss
index 19818a43..2a705b5d 100644
--- a/sass/common/bred-crum.scss
+++ b/sass/common/bred-crum.scss
@@ -7,4 +7,15 @@
     display: flex;
     gap: 10rem;
   }
+  &__item {
+    display: flex;
+    align-items: center;
+  }
+  &__link {
+
+    max-width: 230rem;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+  }
 }
\ No newline at end of file
diff --git a/sass/component/post-min.scss b/sass/component/post-min.scss
index e84c7f67..eba952a1 100644
--- a/sass/component/post-min.scss
+++ b/sass/component/post-min.scss
@@ -5,7 +5,10 @@
   display: flex;
   flex-direction: column;
   align-items: flex-start;
-
+  ul {
+    list-style: disc;
+    padding-left: 20px;
+  }
   &__row {
     display: grid;
     grid-template-columns: 1fr 1fr;
@@ -15,6 +18,25 @@
     margin-bottom: 20rem;
     width: 100%;
 
+    &--float {
+      float: right;
+      max-width: 100rem;
+      margin:  5rem;
+      max-height: 200rem;
+      object-fit: contain;
+    }
+    &--one {
+      max-height: 278rem;
+      max-width: 100%;
+      height: 278rem;
+      object-fit: cover;
+      object-position: center;
+      border-radius: 10rem;
+
+      &:not(:first-of-type) {
+        display: none;
+      }
+    }
     &--single {
       max-width: 500rem;
       float: right;
@@ -30,6 +52,7 @@
 
   &__content {
     overflow: hidden;
+    margin-bottom: 60rem;
   }
 
   &__title {
diff --git a/sass/global/index.scss b/sass/global/index.scss
index 12c46806..ca41681a 100644
--- a/sass/global/index.scss
+++ b/sass/global/index.scss
@@ -50,4 +50,9 @@ overflow: hidden;
     }
   }
 
+}
+
+a {
+
+  color: var(--black-white);
 }
\ No newline at end of file
diff --git a/sass/pages/faq-page.scss b/sass/pages/faq-page.scss
index 327c1795..422e3e1d 100644
--- a/sass/pages/faq-page.scss
+++ b/sass/pages/faq-page.scss
@@ -2,9 +2,14 @@
 
 .faq-page {
 padding-top: 0;
+
 }
 
 .faq-page-list {
+  a {
+    text-decoration: none;
+    color: var(--black-white);
+  }
   &__title {
     color: var(--black-white);
     margin-bottom: 20rem;
@@ -13,6 +18,9 @@ padding-top: 0;
 
     }
   }
+  &__table-title {
+    color: var(--black-white);
+  }
 &__row {
   display: flex;
   gap: 10rem;
diff --git a/sass/pages/new-support.scss b/sass/pages/new-support.scss
index 69f3c754..513dc950 100644
--- a/sass/pages/new-support.scss
+++ b/sass/pages/new-support.scss
@@ -248,10 +248,18 @@
     display: flex;
     justify-content: space-between;
     align-items: center;
+    padding-top: 20rem;
 
   }
   &__tab-close {
     cursor: pointer;
+
+  }
+  &__tab--1 {
+    display: none;
+  }
+  &__tab--2 {
+    display: none;
   }
  &__tab-row {
 
diff --git a/static/images/faq/hero_image.png b/static/images/faq/hero_image.png
new file mode 100644
index 00000000..d87ea04d
Binary files /dev/null and b/static/images/faq/hero_image.png differ
diff --git a/templates/base.html b/templates/base.html
index bb3b8132..5aedc69d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,7 +1,19 @@
 {%- if page %}
-    {%- set resource = page %}
+{%- set resource = page %}
+{%- set resource_title = resource.title %}
+{%- set resource_path = resource.path %}
 {%- elif section %}
-    {%- set resource = section %}
+{%- set resource = section %}
+{%- set resource_title = resource.title %}
+{%- set resource_path = resource.path %}
+{%- elif term %}
+{%- set resource = term %}{# taxonomy term has only 'name', 'slug' and 'path' properties #}
+{%- set resource_path = resource.path %}
+{%- set resource_title = resource.name %}
+{%- elif taxonomy %}
+{%- set resource = taxonomy %}{# taxonomy has only 'name' and 'slug' properties #}
+{%- set resource_path = '/' ~ resource.name ~ '/' %}
+{%- set resource_title = resource.name %}
 {%- endif %}
 
 <!DOCTYPE html>
@@ -26,7 +38,9 @@
     <meta name="viewport"
           content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
 
-    <meta name="description" content="{{ resource.description }}">
+    {% block meta_description %}
+        <meta name="description" content="{{ resource.description }}">
+    {% endblock %}
 
     <link rel="preconnect" href="https://fonts.googleapis.com">
     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -43,27 +57,27 @@
               href="{{ get_url(path="rss.xml", trailing_slash=false) }}">
     {% endblock %}
 
-    <link rel="canonical" href="{{ config.base_url | safe }}{{ resource.path | safe }}">
+    <link rel="canonical" href="{{ config.base_url | safe }}{{ resource_path | safe }}">
 
     {%- set preview_image = 'images/screenshots/prague.jpg' -%}
     {%- if resource.extra.preview_image -%}
-        {%- set preview_image = resource.extra.preview_image -%}
+    {%- set preview_image = resource.extra.preview_image -%}
     {%- elif resource.assets %}
-        {%- set basename = resource.assets[0] | split(pat='/') | last %}
-        {%- if basename is ending_with('.jpg') or basename is ending_with('.jpeg') or basename is ending_with('.png') or basename is ending_with('.webp') %}
-            {%- set preview_image = resource.path ~ basename -%}
-        {%- endif %}
+    {%- set basename = resource.assets[0] | split(pat='/') | last %}
+    {%- if basename is ending_with('.jpg') or basename is ending_with('.jpeg') or basename is ending_with('.png') or basename is ending_with('.webp') %}
+    {%- set preview_image = resource_path ~ basename -%}
+    {%- endif %}
     {%- endif %}
     <meta property="og:image" content="{{ get_url(path=preview_image) }}">
     <meta property="og:url" content="{{ current_url | safe }}">
     <meta property="og:type" content="website">
-    <meta property="og:title" content="{{ resource.title }}">
+    <meta property="og:title" content="{{ resource_title }}">
     {%- if resource.description -%}
         <meta property="og:description" content="{{ resource.description }}">
     {%- endif -%}
 
     <meta name="twitter:card" content="summary_large_image">
-    <meta name="twitter:title" content="{{ resource.title }}">
+    <meta property="og:title" content="{{ resource_title }}">
     {%- if resource.description -%}
         <meta name="twitter:description" content="{{ resource.description }}">
     {%- endif -%}
@@ -81,7 +95,7 @@
 
     <link href="{{ get_url(path="main.css", cachebust=true) }}" rel="stylesheet" type="text/css">
 
-    <title>{{ resource.title }}</title>
+    <title>{{ resource_title }}</title>
 
     {%- if lang == config.default_language %}
         {% include 'components/language_redirect.html' %}
@@ -102,6 +116,59 @@
     </header>
 
     <main class="main">
+<!--        {% if page.taxonomies and page.taxonomies.faq %}{# Show FAQ breadcrumbs #}-->
+<!--        <section class="hero-sub" style="background-image: url(/faq/hero_image.png)" >-->
+<!--            <div class="container hero-sub__container">-->
+<!--                <nav class="bred-crum">-->
+<!--                    <ul class="bred-crum__row">-->
+<!--                        <li class="bred-crum__item">-->
+<!--                            <a class="nav-bred bred-crum__link" href="/">Home</a>-->
+<!--                        </li>-->
+<!--                        <li class="bred-crum__item">-->
+<!--                    <span class="nav-bred">-->
+<!--                        >-->
+<!--                    </span>-->
+<!--                        </li>-->
+<!--                        <li class="bred-crum__item">-->
+<!--                            <a class="nav-bred bred-crum__link bred-crum&#45;&#45;active"-->
+<!--                               href="/faq">Faq</a>-->
+<!--                        </li>-->
+<!--                    </ul>-->
+<!--                </nav>-->
+<!--                <div class="hero-sub__content">-->
+<!--                    <h1 class="h1 hero-sub__title">-->
+<!--                        Faq-->
+<!--                    </h1>-->
+
+
+<!--                </div>-->
+<!--            </div>-->
+<!--        </section>-->
+<!--        <section class="search">-->
+<!--            <div class="container search__container">-->
+<!--                <label class="search__label" for="inpSearch">-->
+<!--                    {% include 'ui/search.html' %}-->
+<!--                    <input class="search__input" id="inpSearch" type="text" placeholder="Search">-->
+<!--                </label>-->
+<!--            </div>-->
+<!--        </section>-->
+<!--        <section class="faq-post">-->
+<!--            <div class="container faq-page-list__row">-->
+<!--                {% set categories = get_taxonomy(kind='faq') | get(key="items") %}-->
+<!--                <h2 class="h2-inter faq-page-list__title">App</h2>-->
+<!--                <div class="line line&#45;&#45;full"></div>-->
+<!--                <h2 class="h1-inter faq-page-list__title">How to edit or move bookmarks?</h2>-->
+<!--                <div class="faq-page-list__buttons">-->
+
+<!--                    {% for item in categories %}-->
+<!--                    <a class="button button&#45;&#45;line-min" href="{{ get_taxonomy_url(kind="faq", name=item.name) }}">{{ item.name }}</a>-->
+<!--                    {% endfor %}-->
+<!--                </div>-->
+
+
+<!--            </div>-->
+<!--        </section>-->
+<!--        {% endif %}-->
         {% block content %}{% endblock %}
     </main>
 
diff --git a/templates/common/footer.html b/templates/common/footer.html
index 4bb42dd6..32ee94ee 100644
--- a/templates/common/footer.html
+++ b/templates/common/footer.html
@@ -30,25 +30,6 @@
         <a class="p-sm footer__link" href="/about/"><span class="p-sm footer__link">About</span></a>
 
 
-
-        <!--        -->
-        <!--        {% for page in [home, news] | concat(with=home.pages) %}-->
-        <!--        {% set translated = page.translations | filter(attribute='lang', value=lang) | first %}-->
-        <!--        {% if translated %}-->
-        <!--        {% if "_index" in translated.path %}-->
-        <!--        {% set page = get_section(path=translated.path) %}-->
-        <!--        {% else %}-->
-        <!--        {% set page = get_page(path=translated.path) %}-->
-        <!--        {% endif %}-->
-        <!--        {% endif %}-->
-
-        <!--        {% if page.extra.menu_title %}-->
-        <!--        {% if resource.path != page.path %}<a class="p-sm footer__link" href="{{ page.permalink | replace(from=config.base_url, to="") | safe }}">{% endif %}-->
-        <!--        <span class="p-sm footer__link">{{ page.extra.menu_title }}</span>-->
-        <!--        {%- if resource.path != page.path %}</a>{% endif %}-->
-        <!--        {% endif %}-->
-        <!--        {% endfor %}-->
-        <!-- <a class="p-sm footer__link" href="mailto:hello@organicmaps.app">{{ trans(key='contact', lang=lang) }}</a> -->
       </nav>
       <div class="switch-theme">
         <div class="switch-theme__toggle"></div>
diff --git a/templates/common/header.html b/templates/common/header.html
index 96cca822..ac2b9578 100644
--- a/templates/common/header.html
+++ b/templates/common/header.html
@@ -6,24 +6,7 @@
       <a class="header__logo logo" href="{{ langPathPrefix | safe }}/">{% include 'ui/logo.html' %}</a>
       <div class="header__row">
           <ul class="header__ul">
-          {% for page in [
-            get_page(path="community/index.md")
-          ] %}
-          {% set translated = page.translations | filter(attribute='lang', value=lang) | first %}
-          {% if translated %}
-            {% if "_index" in translated.path %}
-              {% set page = get_section(path=translated.path) %}
-            {% else %}
-              {% set page = get_page(path=translated.path) %}
-            {% endif %}
-          {% endif %}
-<!--          <li class="header__nav header__{{ page.path | split(pat="/") | reverse | nth(n=1) }} header__link{% if page.path != resource.path %}">-->
-<!--            <a href="{{ page.permalink | replace(from=config.base_url, to="") | safe }}">{% else %}_active">{% endif %}-->
-<!--              {{ page.extra.menu_title }}-->
-<!--              {%- if page.path != resource.path %}</a>-->
-<!--          {% endif %}-->
-          </li>
-          {% endfor %}
+
 <!--              <li class="header__nav header__link">-->
 <!--                  <a href="/faq/">-->
 <!--                      Faq-->
diff --git a/templates/components/language_redirect.html b/templates/components/language_redirect.html
index 7b6d6027..180572a8 100644
--- a/templates/components/language_redirect.html
+++ b/templates/components/language_redirect.html
@@ -4,7 +4,7 @@
 // there were no previous redirects or explicit language selections before (see language_seletor.html)
 if (null === window.localStorage.getItem('lang')) {
   // ["en", "ru", ...]
-  var pageTranslations = {{ resource.translations | map(attribute="lang") | sort | json_encode() | safe }};
+    var pageTranslations = {{ resource | get(key="translations", default=[]) | map(attribute="lang") | sort | json_encode() | safe }};
   var userPreferredLanguages = navigator.languages ? navigator.languages : [navigator.language];
   outerLoop:
   for (var i = 0; i < userPreferredLanguages.length; i++) {
diff --git a/templates/components/language_selector.html b/templates/components/language_selector.html
index 8d4d0cd8..ca291ece 100644
--- a/templates/components/language_selector.html
+++ b/templates/components/language_selector.html
@@ -6,7 +6,8 @@
     }
   </script>
   <!-- Hidden checkbox is used for pure CSS toggle menu. -->
-  {% if resource.translations | length > 1 %}
+  {% set translations = resource | get(key="translations", default=[]) %}
+  {% if translations | length > 1 %}
   <input type="checkbox" id="lang-menu-trigger" class="lang-menu__trigger" />
   {% endif %}
   <label class="lang-menu__label no-print" for="lang-menu-trigger">
@@ -21,7 +22,7 @@
   </label>
 
   <ul class="lang-menu__menu no-print" role="navigation">
-    {% for translation in resource.translations | sort(attribute="lang") %}
+    {% for translation in translations | sort(attribute="lang") %}
     {% if lang != translation.lang %}
     <li class="lang-menu__item" role="menuitem">
       <a class="lang-menu__link" onclick="return onLanguageClick('{{ translation.lang }}');" href="{{ translation.permalink | replace(from=config.base_url, to="") | safe }}">
diff --git a/templates/faq/list.html b/templates/faq/list.html
new file mode 100644
index 00000000..6495353c
--- /dev/null
+++ b/templates/faq/list.html
@@ -0,0 +1,69 @@
+{% extends 'base.html' %}
+
+{% block meta_description %}
+  <meta name="description" content="Organic Maps F.A.Q.">
+{% endblock %}
+
+{% block content %}
+<section class="hero-sub" style="background-image: url(/faq/hero_image.png)" >
+  <div class="container hero-sub__container">
+    <nav class="bred-crum">
+      <ul class="bred-crum__row">
+        <li class="bred-crum__item">
+          <a class="nav-bred bred-crum__link" href="/">Home</a>
+        </li>
+        <li class="bred-crum__item">
+                    <span class="nav-bred">
+                        >
+                    </span>
+        </li>
+        <li class="bred-crum__item">
+          <a class="nav-bred bred-crum__link bred-crum--active"
+             href="/faq">Faq</a>
+        </li>
+      </ul>
+    </nav>
+    <div class="hero-sub__content">
+      <h1 class="h1 hero-sub__title">
+        Faq
+      </h1>
+
+
+    </div>
+  </div>
+</section>
+
+
+
+<section class="search">
+  <div class="container search__container">
+    <label class="search__label" for="inpSearch">
+      {% include 'ui/search.html' %}
+      <input class="search__input" id="inpSearch" type="text" placeholder="Search">
+    </label>
+  </div>
+</section>
+<section class="faq-page-list">
+  <div class="container faq-page-list__row">
+    <h2 class="h2-inter faq-page-list__title">Faq</h2>
+    {%- for term in terms -%}
+
+    <ul class="faq-page-list__table">
+      <li class="faq-page-list__table-item"><a class="h5-boold faq-page-list__table-title" href="{{term.permalink}}">{{term.name}} questions</a></li>
+      {%- for faq_page in term.pages | sort(attribute="extra.order") -%}
+      <li class="faq-page-list__table-item"><a class="h5 faq-page-list__table-link" href="{{ faq_page.permalink }}">{{ faq_page.title }}</a></li>
+      {%- endfor -%}
+    </ul>
+    {%- endfor -%}
+
+  </div>
+</section>
+
+<section class="faq-page-footer">
+  <div class="container faq-page-footer__row">
+    <h2 class="h2-inter faq-page-footer__title">Need more help? Contact us directly:</h2>
+  </div>
+  {% include 'section/social-icon.html' %}
+</section>
+{% include 'section/donate.html' %}
+{% endblock content %}
diff --git a/templates/faq/single.html b/templates/faq/single.html
new file mode 100644
index 00000000..971cf7f1
--- /dev/null
+++ b/templates/faq/single.html
@@ -0,0 +1,84 @@
+{% extends 'base.html' %}
+
+{% block meta_description %}
+  <meta name="description" content="Organic Maps - F.A.Q.">
+{% endblock %}
+
+{% block content %}
+{% set categories = get_taxonomy(kind='faq') | get(key="items") %}
+<section class="hero-sub" style="background-image: url(/faq/hero_image.png)" >
+  <div class="container hero-sub__container">
+    <nav class="bred-crum">
+      <ul class="bred-crum__row">
+        <li class="bred-crum__item">
+          <a class="nav-bred bred-crum__link" href="/">Home</a>
+        </li>
+        <li class="bred-crum__item">
+                    <span class="nav-bred">
+                        >
+                    </span>
+        </li>
+        <li class="bred-crum__item">
+
+          {% for item in categories %}
+          {% if term.name == item.name %}
+          <a href="/{{ item.name }}"  class="nav-bred bred-crum__link bred-crum--active">{{ item.name }}</a>
+          {% endif %}
+          {% endfor %}
+        </li>
+      </ul>
+    </nav>
+    <div class="hero-sub__content">
+
+      {% for item in categories %}
+      {% if term.name == item.name %}
+      <h1  class="h1 hero-sub__title">{{ item.name }}</h1>
+      {% endif %}
+      {% endfor %}
+
+    </div>
+  </div>
+</section>
+<section class="search">
+  <div class="container search__container">
+    <label class="search__label" for="inpSearch">
+      {% include 'ui/search.html' %}
+      <input class="search__input" id="inpSearch" type="text" placeholder="Search">
+    </label>
+  </div>
+</section>
+<section class="faq-post">
+  <div class="container faq-page-list__row">
+
+
+
+
+    <div class="faq-page-list__buttons">
+
+
+  {% for item in categories %}
+
+    {% if term.name == item.name %}
+
+
+
+    {% else %}
+
+      <a class="button button--line-min" href="{{ get_taxonomy_url(kind="faq", name=item.name) }}">{{ item.name }}</a>
+
+    {% endif %}
+  {% endfor %}
+    </div>
+    <div class="faq-page-list__table">
+      <div class="faq-page-list__table-item">
+        <h3 class="h5-boold faq-page-list__table-title">{{ term.name }} questions</h3>
+      </div>
+      {%- for faq_page in term.pages | sort(attribute="extra.order") -%}
+      <h3 class="faq-page-list__table-item"><a class="h5 faq-page-list__table-link" href="{{ faq_page.permalink }}">{{ faq_page.title }}</a></h3>
+      {%- endfor -%}
+    </div>
+
+
+  </div>
+</section>
+{% endblock %}
diff --git a/templates/new-donate.html b/templates/new-donate.html
index 7b8f4b80..dbcc7c10 100644
--- a/templates/new-donate.html
+++ b/templates/new-donate.html
@@ -170,967 +170,973 @@
         </div>
         <div class="donate-services__tab">
             <div class="donate-services__tab-header">
+               <div></div>
+                <div class="donate-services__tab-close"><i class="fa-solid fa-angle-up"></i></div>
+            </div>
+            <div class="donate-services__tab--1">
                 <h5 class="h4-bold donate-services__tab-title">
                     Bank Transfer
 
                 </h5>
-                <div class="donate-services__tab-close"><i class="fa-solid fa-angle-up"></i></div>
+                <div class="donate-services__tab-row">
+
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Account holder for all currencies:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Organic Maps OÜ
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Payment description:
+
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Donation
+                            </p>
+                        </div>
+                    </div>
+
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm-bold donate-services__tab-title">
+                                EUR, Euro €
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+
+                        </div>
+                    </div>
+
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                SWIFT/BIC:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                TRWIBEB1XXX
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                IBAN:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                BE39 9672 0031 0319
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Bank name:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Wise
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm-bold donate-services__tab-title">
+                                USD, United States Dollar $
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Wise's Address:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                30 W. 26th Street, Sixth Floor, New York NY 10010, United States
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Receiving fee:
+
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                $4.14 <br> Inside the US
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Routing number:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                84009519
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Account number:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                9.60001005123242E+015
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Bank address:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                6070 Poplar Ave suite 200, Memphis TN 38119, United States
+                                Outside the US
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                SWIFT/BIC:
+
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                CMFGUS33
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Account number:
+
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                8312564881
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Bank address:
+
+
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                89-16 Jamaica Ave, Woodhaven NY 11421, United States
+
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm-bold donate-services__tab-title">
+                                GBP, British Pound £
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Bank address:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                56 Shoreditch High Street, London, E1 6JJ, United Kingdom
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                IBAN:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                GB97 TRWI 2314 7092 7851 63
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Inside the UK
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Sort code:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                23-14-70
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Account number:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                92785163
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Outside the UK
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                SWIFT/BIC:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                TRWIGB2L
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm-bold donate-services__tab-title">
+                                Turkish lira (TL, TRY)
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                IBAN:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                TR740010300000000047306089
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Ad Soyad:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Organic Maps OÜ (Birlesik Ödeme Hizmetleri ve Elektronik Para A.$)
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Açiklama:
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Donation
+                            </p>
+                        </div>
+                    </div>
+
+                </div>
+            </div>
+
+            <div class="donate-services__tab--2">
+                <h5 class="h4-bold donate-services__tab-title">Crypto</h5>
+                <div class="donate-services__tab-row">
+
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <b class="p-sm-bold">
+                                Name
+                            </b>
+                            <b class="p-sm-bold">
+                                Token
+                            </b>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <b class="p-sm-bold">
+                                Address
+                            </b>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Algorand
+
+                            </p>
+                            <p class="p-sm">
+                                ALGO
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                3UZXZEPGFAM7E74IO32Y7O6KOY3E7NNNJVBV4GFS5UWQQSY7AIM5PK7C2E
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Avalanche C/ETH
+
+                            </p>
+                            <p class="p-sm">
+                                AVAX
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Binance Coin/BNB
+                            </p>
+                            <p class="p-sm">
+                                BNB
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                bnb1c8vmnqqhqc6lcajpzvuy4ss5dw3vjc7tc5q8zd
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Binance Coin/BSC
+                            </p>
+                            <p class="p-sm">
+                                BSC
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Binance USD/ETH
+                            </p>
+                            <p class="p-sm">
+                                BUSD
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Bitcoin
+                            </p>
+                            <p class="p-sm">
+                                BTC
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                bc1qjkq3tpy2gutsfdlcvys8slkempywk230u8rc8u
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Bitcoin Cash
+                            </p>
+                            <p class="p-sm">
+                                BCH
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                qqcjkzf7nlgvhng5vhq7n7hjrcdqccyqlq9h7gq4xw
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Cardano
+                            </p>
+                            <p class="p-sm">
+                                ADA
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                addr1qxh59080ujswxuzapzrdvuzpglfktg09gq9q7dxpdl7jfka0g27wle9qudc96zyx6ecyz37nvks72sq2pu6vzmlayndsj02qhw
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Chainlink/ETH
+
+                            </p>
+                            <p class="p-sm">
+                                LINK
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Chainlink/SOL
+                            </p>
+                            <p class="p-sm">
+                                LINK
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Eyv43vXxmSshDPReJnfMtrDspugsVR3S6PzJV38rMAZE
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Cosmos
+                            </p>
+                            <p class="p-sm">
+                                ATOM
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                cosmos1jurqcft6vf8gah8lpyz53ue9qf5gz2rfy8wfla
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Dash
+                            </p>
+                            <p class="p-sm">
+                                DASH
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                XgWTXGVCNEVVEkL9DQutscjcs6zvDUgccf
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Dai/ETH
+                            </p>
+                            <p class="p-sm">
+                                DAI
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Dogecoin
+                            </p>
+                            <p class="p-sm">
+                                DOGE
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                DRdtRetmiSFHLkorNHyf4nL2MT375Xkmrm
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                eCash
+                            </p>
+                            <p class="p-sm">
+                                XEC
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                ecash:qpy6c5050vyste69tph2xmmqjchwldvggg7pe99937
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Ethereum
+                            </p>
+                            <p class="p-sm">
+                                ETH
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Fantom/ETH
+
+                            </p>
+                            <p class="p-sm">
+                                FTM
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Filecoin
+                            </p>
+                            <p class="p-sm">
+                                FIL
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                f1s4n3oog2d3swxgdqz7llo47pdfxu2ykvvptapiq
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                IOTA/BSC/ETH
+                            </p>
+                            <p class="p-sm">
+                                MIOTA
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Litecoin
+                            </p>
+                            <p class="p-sm">
+                                LTC
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                LfmSZ5yKBf17WwahZK9NEq5w2FLVap4Ctw
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Maps.Me/ETH
+                            </p>
+                            <p class="p-sm">
+                                MAPS
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                MAPS/SOL
+                            </p>
+                            <p class="p-sm">
+                                MAPS
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Eyv43vXxmSshDPReJnfMtrDspugsVR3S6PzJV38rMAZE
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Monero
+                            </p>
+                            <p class="p-sm">
+                                XMR
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                44YsnJihPB7TBucb17WiXDde7qguUwNmGKFSsyrFqWheEaDKQRtMfGcEU54aJ8PeQNgV7Q9uBWB5CTcvKSMEH4QtE6BT1cm
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Nano
+                            </p>
+                            <p class="p-sm">
+                                XNO
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                nano_3udk4q9nne76kkrdgbwkyugwb5r6kg48oujbccoian96xtgkhna37bg5d1qp
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                NEO
+                            </p>
+                            <p class="p-sm">
+                                NEO
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                ASqXj9MJFeytv74xE1UPmJoCZTgRz39Keu
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Polkadot
+                            </p>
+                            <p class="p-sm">
+                                DOT
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                15yRQT2m3wS6yGuAbkxgMNMGZvXktp63ZrgmGG6QYYyoEQiV
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Polygon/ETH
+                            </p>
+                            <p class="p-sm">
+                                MATIC
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Shiba Inu/ETH
+                            </p>
+                            <p class="p-sm">
+                                SHIB
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Solana
+                            </p>
+                            <p class="p-sm">
+                                SOL
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                Eyv43vXxmSshDPReJnfMtrDspugsVR3S6PzJV38rMAZE
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Status/ETH
+                            </p>
+                            <p class="p-sm">
+                                SNT
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Stellar
+                            </p>
+                            <p class="p-sm">
+                                XLM
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                GBRYVRKX6MOU5IO6QWD4CDULBX32F5B5HCQWQYLFEFQZHRTVNTUKM6IF
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Terra
+                            </p>
+                            <p class="p-sm">
+                                LUNA
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                terra1mx695aqeae5rf9etsvdhr48j9lhtgjsc69khtm
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Tether/ETH
+
+                            </p>
+                            <p class="p-sm">
+                                USDT
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Tether/Tron
+
+                            </p>
+                            <p class="p-sm">
+                                USDT
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                TNQGZwAUCpwy1cuVSyu1vc6AT19nsmWqRF
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Tezos
+                            </p>
+                            <p class="p-sm">
+                                XTZ
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                tz1dHBNqXUrYzHHW2AUCL6WDP6fFvfiBZwPU
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Tron
+                            </p>
+                            <p class="p-sm">
+                                TRX
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                TNQGZwAUCpwy1cuVSyu1vc6AT19nsmWqRF
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Uniswap/ETH
+
+                            </p>
+                            <p class="p-sm">
+                                UNI
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                USD Coin/ETH
+
+                            </p>
+                            <p class="p-sm">
+                                USDC
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                XRP
+                            </p>
+                            <p class="p-sm">
+                                XRP
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                rQ5hNeQKqiDVyNGgX9qhv5hdDETnsqNgy
+                            </p>
+                        </div>
+                    </div>
+                    <div class="donate-services__tab-text">
+                        <div class="donate-services__tab-item donate-services__tab-item--double">
+                            <p class="p-sm">
+                                Zcash
+                            </p>
+                            <p class="p-sm">
+                                ZEC
+                            </p>
+                        </div>
+                        <div class="donate-services__tab-item">
+                            <p class="p-sm">
+                                t1djHnDg8yGfn6vLPrYgejUFf2ZCF4WMmkp
+                            </p>
+                        </div>
+                    </div>
+                </div>
             </div>
 
 
-            <div class="donate-services__tab-row">
-
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Account holder for all currencies:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Organic Maps OÜ
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Payment description:
-
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Donation
-                        </p>
-                    </div>
-                </div>
-
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm-bold donate-services__tab-title">
-                            EUR, Euro €
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-
-                    </div>
-                </div>
-
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            SWIFT/BIC:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            TRWIBEB1XXX
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            IBAN:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            BE39 9672 0031 0319
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Bank name:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Wise
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm-bold donate-services__tab-title">
-                            USD, United States Dollar $
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Wise's Address:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            30 W. 26th Street, Sixth Floor, New York NY 10010, United States
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Receiving fee:
-
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            $4.14 <br> Inside the US
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Routing number:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            84009519
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Account number:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            9.60001005123242E+015
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Bank address:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            6070 Poplar Ave suite 200, Memphis TN 38119, United States
-                            Outside the US
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            SWIFT/BIC:
-
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            CMFGUS33
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Account number:
-
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            8312564881
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Bank address:
-
-
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            89-16 Jamaica Ave, Woodhaven NY 11421, United States
-
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm-bold donate-services__tab-title">
-                            GBP, British Pound £
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Bank address:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            56 Shoreditch High Street, London, E1 6JJ, United Kingdom
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            IBAN:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            GB97 TRWI 2314 7092 7851 63
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Inside the UK
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Sort code:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            23-14-70
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Account number:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            92785163
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Outside the UK
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            SWIFT/BIC:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            TRWIGB2L
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm-bold donate-services__tab-title">
-                            Turkish lira (TL, TRY)
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            IBAN:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            TR740010300000000047306089
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Ad Soyad:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Organic Maps OÜ (Birlesik Ödeme Hizmetleri ve Elektronik Para A.$)
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Açiklama:
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Donation
-                        </p>
-                    </div>
-                </div>
-
-            </div>
-            <h5 class="h4-bold donate-services__tab-title">Crypto</h5>
-            <div class="donate-services__tab-row">
-
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <b class="p-sm-bold">
-                            Name
-                        </b>
-                        <b class="p-sm-bold">
-                            Token
-                        </b>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <b class="p-sm-bold">
-                            Address
-                        </b>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Algorand
-
-                        </p>
-                        <p class="p-sm">
-                            ALGO
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            3UZXZEPGFAM7E74IO32Y7O6KOY3E7NNNJVBV4GFS5UWQQSY7AIM5PK7C2E
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Avalanche C/ETH
-
-                        </p>
-                        <p class="p-sm">
-                            AVAX
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Binance Coin/BNB
-                        </p>
-                        <p class="p-sm">
-                            BNB
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            bnb1c8vmnqqhqc6lcajpzvuy4ss5dw3vjc7tc5q8zd
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Binance Coin/BSC
-                        </p>
-                        <p class="p-sm">
-                            BSC
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Binance USD/ETH
-                        </p>
-                        <p class="p-sm">
-                            BUSD
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Bitcoin
-                        </p>
-                        <p class="p-sm">
-                            BTC
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            bc1qjkq3tpy2gutsfdlcvys8slkempywk230u8rc8u
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Bitcoin Cash
-                        </p>
-                        <p class="p-sm">
-                            BCH
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            qqcjkzf7nlgvhng5vhq7n7hjrcdqccyqlq9h7gq4xw
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Cardano
-                        </p>
-                        <p class="p-sm">
-                            ADA
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            addr1qxh59080ujswxuzapzrdvuzpglfktg09gq9q7dxpdl7jfka0g27wle9qudc96zyx6ecyz37nvks72sq2pu6vzmlayndsj02qhw
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Chainlink/ETH
-
-                        </p>
-                        <p class="p-sm">
-                            LINK
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Chainlink/SOL
-                        </p>
-                        <p class="p-sm">
-                            LINK
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Eyv43vXxmSshDPReJnfMtrDspugsVR3S6PzJV38rMAZE
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Cosmos
-                        </p>
-                        <p class="p-sm">
-                            ATOM
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            cosmos1jurqcft6vf8gah8lpyz53ue9qf5gz2rfy8wfla
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Dash
-                        </p>
-                        <p class="p-sm">
-                            DASH
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            XgWTXGVCNEVVEkL9DQutscjcs6zvDUgccf
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Dai/ETH
-                        </p>
-                        <p class="p-sm">
-                            DAI
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Dogecoin
-                        </p>
-                        <p class="p-sm">
-                            DOGE
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            DRdtRetmiSFHLkorNHyf4nL2MT375Xkmrm
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            eCash
-                        </p>
-                        <p class="p-sm">
-                            XEC
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            ecash:qpy6c5050vyste69tph2xmmqjchwldvggg7pe99937
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Ethereum
-                        </p>
-                        <p class="p-sm">
-                            ETH
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Fantom/ETH
-
-                        </p>
-                        <p class="p-sm">
-                            FTM
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Filecoin
-                        </p>
-                        <p class="p-sm">
-                            FIL
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            f1s4n3oog2d3swxgdqz7llo47pdfxu2ykvvptapiq
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            IOTA/BSC/ETH
-                        </p>
-                        <p class="p-sm">
-                            MIOTA
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Litecoin
-                        </p>
-                        <p class="p-sm">
-                            LTC
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            LfmSZ5yKBf17WwahZK9NEq5w2FLVap4Ctw
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Maps.Me/ETH
-                        </p>
-                        <p class="p-sm">
-                            MAPS
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            MAPS/SOL
-                        </p>
-                        <p class="p-sm">
-                            MAPS
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Eyv43vXxmSshDPReJnfMtrDspugsVR3S6PzJV38rMAZE
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Monero
-                        </p>
-                        <p class="p-sm">
-                            XMR
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            44YsnJihPB7TBucb17WiXDde7qguUwNmGKFSsyrFqWheEaDKQRtMfGcEU54aJ8PeQNgV7Q9uBWB5CTcvKSMEH4QtE6BT1cm
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Nano
-                        </p>
-                        <p class="p-sm">
-                            XNO
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            nano_3udk4q9nne76kkrdgbwkyugwb5r6kg48oujbccoian96xtgkhna37bg5d1qp
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            NEO
-                        </p>
-                        <p class="p-sm">
-                            NEO
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            ASqXj9MJFeytv74xE1UPmJoCZTgRz39Keu
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Polkadot
-                        </p>
-                        <p class="p-sm">
-                            DOT
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            15yRQT2m3wS6yGuAbkxgMNMGZvXktp63ZrgmGG6QYYyoEQiV
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Polygon/ETH
-                        </p>
-                        <p class="p-sm">
-                            MATIC
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Shiba Inu/ETH
-                        </p>
-                        <p class="p-sm">
-                            SHIB
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Solana
-                        </p>
-                        <p class="p-sm">
-                            SOL
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            Eyv43vXxmSshDPReJnfMtrDspugsVR3S6PzJV38rMAZE
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Status/ETH
-                        </p>
-                        <p class="p-sm">
-                            SNT
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Stellar
-                        </p>
-                        <p class="p-sm">
-                            XLM
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            GBRYVRKX6MOU5IO6QWD4CDULBX32F5B5HCQWQYLFEFQZHRTVNTUKM6IF
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Terra
-                        </p>
-                        <p class="p-sm">
-                            LUNA
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            terra1mx695aqeae5rf9etsvdhr48j9lhtgjsc69khtm
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Tether/ETH
-
-                        </p>
-                        <p class="p-sm">
-                            USDT
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Tether/Tron
-
-                        </p>
-                        <p class="p-sm">
-                            USDT
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            TNQGZwAUCpwy1cuVSyu1vc6AT19nsmWqRF
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Tezos
-                        </p>
-                        <p class="p-sm">
-                            XTZ
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            tz1dHBNqXUrYzHHW2AUCL6WDP6fFvfiBZwPU
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Tron
-                        </p>
-                        <p class="p-sm">
-                            TRX
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            TNQGZwAUCpwy1cuVSyu1vc6AT19nsmWqRF
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Uniswap/ETH
-
-                        </p>
-                        <p class="p-sm">
-                            UNI
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            USD Coin/ETH
-
-                        </p>
-                        <p class="p-sm">
-                            USDC
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            0x1D59bBe5d4332e34116DccDE5c1a8c736E1C2810
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            XRP
-                        </p>
-                        <p class="p-sm">
-                            XRP
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            rQ5hNeQKqiDVyNGgX9qhv5hdDETnsqNgy
-                        </p>
-                    </div>
-                </div>
-                <div class="donate-services__tab-text">
-                    <div class="donate-services__tab-item donate-services__tab-item--double">
-                        <p class="p-sm">
-                            Zcash
-                        </p>
-                        <p class="p-sm">
-                            ZEC
-                        </p>
-                    </div>
-                    <div class="donate-services__tab-item">
-                        <p class="p-sm">
-                            t1djHnDg8yGfn6vLPrYgejUFf2ZCF4WMmkp
-                        </p>
-                    </div>
-                </div>
-            </div>
         </div>
     </div>
 </section>
@@ -1184,13 +1190,25 @@
     const tabs03 = document.querySelector('.donate-services__tab');
     const tabs03CloseBtn = document.querySelector('.donate-services__tab-close');
 
-    openBtn.forEach(item => {
-        item.onclick = (event) => {
+    const tab101 = document.querySelector('.donate-services__tab--1');
+    const tab102 = document.querySelector('.donate-services__tab--2');
+
+       openBtn[0].onclick = (event) => {
             tabs03.classList.remove('donate-services__tab--active')
             event.preventDefault()
             tabs03.classList.add('donate-services__tab--active')
+            tab101.style.display = 'block'
+            tab102.style.display = 'none'
         }
-    })
+
+    openBtn[1].onclick = (event) => {
+        tabs03.classList.remove('donate-services__tab--active')
+        event.preventDefault()
+        tabs03.classList.add('donate-services__tab--active')
+        tab102.style.display = 'block'
+        tab101.style.display = 'none'
+    }
+
     tabs03CloseBtn.onclick = () => {
         tabs03.classList.remove('donate-services__tab--active')
     }
diff --git a/templates/news-newwwww.html b/templates/news-newwwww.html
new file mode 100644
index 00000000..35df34a7
--- /dev/null
+++ b/templates/news-newwwww.html
@@ -0,0 +1,233 @@
+{% extends 'base.html' %}
+
+{% block meta %}
+    {# TODO: For translated pages the following code generates: Function call 'get_section' failed, Section `` not found  #}
+    {# set latestStr = resource.subsections | sort | last #}
+    {# set latestSection = get_section(path=latestStr) #}
+    {# set latestPage = latestSection.pages | first #}
+    {% set latestPage = section.pages | first %}
+    <!-- <meta property="article:published_time" content="{# latestPage.date #}"> -->
+{% endblock meta %}
+
+{% block content %}
+
+
+    <section class="hero-sub" style="background-image: url(/images/news/hero-img.png);">
+       <div class="container hero-sub__container">
+        <nav class="bred-crum">
+            <ul class="bred-crum__row">
+                <li class="bred-crum__item">
+                    <a class="nav-bred bred-crum__link" href="/">Home</a>
+                </li>
+                <li class="bred-crum__item">
+                <span class="nav-bred">
+                    >
+                </span>
+                </li>
+                <li class="bred-crum__item">
+                    <a class="nav-bred bred-crum__link bred-crum--active"
+                       href="/news">News</a>
+                </li>
+            </ul>
+        </nav>
+        <div class="hero-sub__content">
+            <h1 class="h1 hero-sub__title">
+                News and Releases
+            </h1>
+
+        </div>
+    </div>
+    </section>
+
+<main class="main-news">
+    <div class="container  main-news__nav">
+        <div class="main-news__nav-row">
+            <button class="button button--main">All</button>
+            <button class="button button--line">News</button>
+            <button class="button button--line">Releases</button>
+        </div>
+    </div>
+   <div class="container main-news__row">
+      <div class="post-min">
+          <img class="post-min__img" src="/images/post/img1.png" alt="img">
+          <h2 class="h2-sub_v2 post-min__title">Organic Maps | Hacker News</h2>
+          <div class="line post-min__line"></div>
+          <div class="post-min__dates">
+               <div class="post-min__date">
+                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                       <g clip-path="url(#clip0_43_1027)">
+                           <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
+                       </g>
+                       <defs>
+                           <clipPath id="clip0_43_1027">
+                               <rect width="13" height="13" fill="white"/>
+                           </clipPath>
+                       </defs>
+
+                   </svg>
+                   <span class="p-sm post-min__date-title">December 7, 2023</span>
+               </div>
+              <div class="post-min__date">
+                  <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                      <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
+                      <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
+                  </svg>
+                  <span class="p-sm post-min__date-title">News</span>
+              </div>
+          </div>
+          <p class="p-card post-min__text">
+              Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
+          </p>
+          <a class="p-sm post-min__link" href="/post/">More</a>
+      </div>
+       <div class="post-min">
+           <img class="post-min__img" src="/images/post/img2.png" alt="img">
+           <h2 class="h2-sub_v2 post-min__title">New Release: Straight-Line Routes</h2>
+           <div class="line post-min__line"></div>
+           <div class="post-min__dates">
+               <div class="post-min__date">
+                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                       <g clip-path="url(#clip0_43_1027)">
+                           <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
+                       </g>
+                       <defs>
+                           <clipPath id="clip0_43_1027">
+                               <rect width="13" height="13" fill="white"/>
+                           </clipPath>
+                       </defs>
+
+                   </svg>
+                   <span class="p-sm post-min__date-title">December 7, 2023</span>
+               </div>
+               <div class="post-min__date">
+                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                       <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
+                       <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
+                   </svg>
+                   <span class="p-sm post-min__date-title">News</span>
+               </div>
+           </div>
+           <p class="p-card post-min__text">
+               Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
+           </p>
+           <a class="p-sm post-min__link" href="/post/">More</a>
+       </div>
+       <div class="post-min">
+           <img class="post-min__img" src="/images/post/img3.png" alt="img">
+           <h2 class="h2-sub_v2 post-min__title">El Espaniol | Goodbye to Google Maps and Wikiloc: Organic Maps, the advanced mapping app that doesn't need a connection</h2>
+           <div class="line post-min__line"></div>
+           <div class="post-min__dates">
+               <div class="post-min__date">
+                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                       <g clip-path="url(#clip0_43_1027)">
+                           <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
+                       </g>
+                       <defs>
+                           <clipPath id="clip0_43_1027">
+                               <rect width="13" height="13" fill="white"/>
+                           </clipPath>
+                       </defs>
+
+                   </svg>
+                   <span class="p-sm post-min__date-title">December 7, 2023</span>
+               </div>
+               <div class="post-min__date">
+                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                       <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
+                       <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
+                   </svg>
+                   <span class="p-sm post-min__date-title">News</span>
+               </div>
+           </div>
+           <p class="p-card post-min__text">
+               Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
+           </p>
+           <a class="p-sm post-min__link" href="/post/">More</a>
+       </div>
+       <div class="post-min">
+           <img class="post-min__img" src="/images/post/img4.png" alt="img">
+           <h2 class="h2-sub_v2 post-min__title">Organic maps came to the rescue..</h2>
+           <div class="line post-min__line"></div>
+           <div class="post-min__dates">
+               <div class="post-min__date">
+                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                       <g clip-path="url(#clip0_43_1027)">
+                           <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
+                       </g>
+                       <defs>
+                           <clipPath id="clip0_43_1027">
+                               <rect width="13" height="13" fill="white"/>
+                           </clipPath>
+                       </defs>
+
+                   </svg>
+                   <span class="p-sm post-min__date-title">December 7, 2023</span>
+               </div>
+               <div class="post-min__date">
+                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                       <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
+                       <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
+                   </svg>
+                   <span class="p-sm post-min__date-title">News</span>
+               </div>
+           </div>
+           <p class="p-card post-min__text">
+               Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
+           </p>
+           <a class="p-sm post-min__link" href="/post/">More</a>
+       </div>
+   </div>
+    <button class="button button--line main-news__button">Show more</button>
+<!--  <div class="container main-news__row">-->
+
+<!--    {# Iterate and use en sections by default and use localized versions only if they are present #}-->
+<!--    {% set enNewsSectionTranslation = section.translations | filter(attribute='lang', value='en') | first %}-->
+<!--    {% set enNewsSection = get_section(path=enNewsSectionTranslation.path) %}-->
+
+<!--    {% for sectionStr in enNewsSection.subsections | sort | reverse %}-->
+<!--        {% set section = get_section(path=sectionStr) %}-->
+<!--        {% for page in section.pages %}-->
+<!--            {% set translatedPage = page.translations | filter(attribute='lang', value=lang) | first %}-->
+<!--            {% if translatedPage %}-->
+<!--                {% set page = get_page(path=translatedPage.path) %}-->
+<!--            {% endif %}-->
+
+<!--            <div class="news" {% if page.translations | length <= 1 %} dir="auto"{% endif %}>-->
+<!--                <div class="news__content">-->
+<!--                    <div class="news__date-row">&nbsp;-->
+<!--                        <a class="news__date-link"-->
+<!--                           href="{{ page.path | safe }}">{{ page.date | date(format='%B %e, %Y') }}</a>&nbsp;-->
+<!--                    </div>-->
+<!--                    {# Display wide images below the text instead of to the right. #}-->
+<!--                    {% set_global noflex = '' %}-->
+<!--                    {% for photo in page.assets %}-->
+<!--                        {% set meta = get_image_metadata(path=photo) %}-->
+<!--                        {% if meta.width > meta.height %}-->
+<!--                            {% set_global noflex = '_noflex' %}-->
+<!--                            {% break %}-->
+<!--                        {% endif %}-->
+<!--                    {% endfor %}-->
+<!--                    <div class="news__content-image{{ noflex }}">-->
+<!--                        {% if page.content %}-->
+<!--                            <div class="news__content">{{ page.content | safe }}</div>-->
+<!--                        {% endif %}-->
+
+<!--                        <span class="news__images">-->
+<!--                {% for photo in page.assets | sort %}-->
+<!--                    {% set meta = get_image_metadata(path=photo) %}-->
+<!--                    <img alt="img" class="news__image{% if meta.width > meta.height %}_landscape{% endif %}"-->
+<!--                         src="{{ page.path | safe }}{{ photo | split(pat='/') | last }}"/>-->
+<!--                {% endfor %}-->
+<!--                </span>-->
+<!--                    </div>-->
+<!--                </div>-->
+<!--            </div>-->
+
+
+<!--        {% endfor %}-->
+<!--    {% endfor %}-->
+<!--  </div>-->
+ {% include 'section/donate.html' %}
+</main>
+
+{% endblock content %}
diff --git a/templates/news.html b/templates/news.html
index 35df34a7..2f59e104 100644
--- a/templates/news.html
+++ b/templates/news.html
@@ -1,19 +1,17 @@
 {% extends 'base.html' %}
 
 {% block meta %}
-    {# TODO: For translated pages the following code generates: Function call 'get_section' failed, Section `` not found  #}
-    {# set latestStr = resource.subsections | sort | last #}
-    {# set latestSection = get_section(path=latestStr) #}
-    {# set latestPage = latestSection.pages | first #}
-    {% set latestPage = section.pages | first %}
-    <!-- <meta property="article:published_time" content="{# latestPage.date #}"> -->
+{# TODO: For translated pages the following code generates: Function call 'get_section' failed, Section `` not found  #}
+{# set latestStr = resource.subsections | sort | last #}
+{# set latestSection = get_section(path=latestStr) #}
+{# set latestPage = latestSection.pages | first #}
+{% set latestPage = section.pages | first %}
+<!-- <meta property="article:published_time" content="{# latestPage.date #}"> -->
 {% endblock meta %}
 
 {% block content %}
-
-
-    <section class="hero-sub" style="background-image: url(/images/news/hero-img.png);">
-       <div class="container hero-sub__container">
+<section class="hero-sub" style="background-image: url(/images/news/hero-img.png);">
+    <div class="container hero-sub__container">
         <nav class="bred-crum">
             <ul class="bred-crum__row">
                 <li class="bred-crum__item">
@@ -32,202 +30,99 @@
         </nav>
         <div class="hero-sub__content">
             <h1 class="h1 hero-sub__title">
-                News and Releases
+                {{ resource.title }}
             </h1>
 
         </div>
     </div>
-    </section>
+</section>
+<div class="container  main-news__nav">
+    <div class="main-news__nav-row">
+        <button class="button button--main">All</button>
+        <button class="button button--line">News</button>
+        <button class="button button--line">Releases</button>
+    </div>
+</div>
+<div class="container main-news__row">
+    {# Iterate and use en sections by default and use localized versions only if they are present #}
+    {% set enNewsSectionTranslation = section.translations | filter(attribute='lang', value='en') | first %}
+    {% set enNewsSection = get_section(path=enNewsSectionTranslation.path) %}
 
-<main class="main-news">
-    <div class="container  main-news__nav">
-        <div class="main-news__nav-row">
-            <button class="button button--main">All</button>
-            <button class="button button--line">News</button>
-            <button class="button button--line">Releases</button>
+    {% for sectionStr in enNewsSection.subsections | sort | reverse %}
+    {% set section = get_section(path=sectionStr) %}
+    {% for page in section.pages %}
+    {% set translatedPage = page.translations | filter(attribute='lang', value=lang) | first %}
+    {% if translatedPage %}
+    {# set page = get_page(path=translatedPage.path) #}
+    {% endif %}
+
+    <section class="post-min" {% if page.translations | length
+    <= 1 %} dir="auto"{% endif %}>
+
+
+    {# Display wide images below the text instead of to the right. #}
+    {% set_global noflex = '' %}
+    {% for photo in page.assets %}
+    {% set meta = get_image_metadata(path=photo) %}
+    {% if meta.width > meta.height %}
+    {% set_global noflex = '_noflex' %}
+    {% break %}
+    {% endif %}
+    {% endfor %}
+    {% if page.assets %}
+    {% for photo in page.assets | sort %}
+
+    <img class="post-min__img post-min__img--one" src="{{ page.path | safe }}{{ photo | split(pat='/') | last }}"/>
+
+    {% endfor %}
+
+    {% else %}
+    <img class="post-min__img post-min__img--one" src="/images/post/img2.png"/>
+    {% endif %}
+    {% if page.title %}
+    <h2 class="h2-sub_v2 post-min__title">
+
+        {{ page.title | safe }}
+    </h2>
+    {% endif %}
+    <div class="line post-min__line"></div>
+    <div class="post-min__dates">
+        <div class="post-min__date">
+            <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                <g clip-path="url(#clip0_43_1027)">
+                    <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z"
+                          fill="#AEC5BA"/>
+                </g>
+                <defs>
+                    <clipPath id="clip0_43_1027">
+                        <rect width="13" height="13" fill="white"/>
+                    </clipPath>
+                </defs>
+
+            </svg>
+            <span class="p-sm post-min__date-title">{{ page.date | date(format='%B %e, %Y') }}</span>
+        </div>
+        <div class="post-min__date">
+            <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+                <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z"
+                      fill="#AEC5BA"/>
+                <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z"
+                      fill="#AEC5BA"/>
+            </svg>
+            <span class="p-sm post-min__date-title">News</span>
         </div>
     </div>
-   <div class="container main-news__row">
-      <div class="post-min">
-          <img class="post-min__img" src="/images/post/img1.png" alt="img">
-          <h2 class="h2-sub_v2 post-min__title">Organic Maps | Hacker News</h2>
-          <div class="line post-min__line"></div>
-          <div class="post-min__dates">
-               <div class="post-min__date">
-                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
-                       <g clip-path="url(#clip0_43_1027)">
-                           <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
-                       </g>
-                       <defs>
-                           <clipPath id="clip0_43_1027">
-                               <rect width="13" height="13" fill="white"/>
-                           </clipPath>
-                       </defs>
+    {% if page.description %}
+    <p class="p-card post-min__text">
 
-                   </svg>
-                   <span class="p-sm post-min__date-title">December 7, 2023</span>
-               </div>
-              <div class="post-min__date">
-                  <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
-                      <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
-                      <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
-                  </svg>
-                  <span class="p-sm post-min__date-title">News</span>
-              </div>
-          </div>
-          <p class="p-card post-min__text">
-              Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
-          </p>
-          <a class="p-sm post-min__link" href="/post/">More</a>
-      </div>
-       <div class="post-min">
-           <img class="post-min__img" src="/images/post/img2.png" alt="img">
-           <h2 class="h2-sub_v2 post-min__title">New Release: Straight-Line Routes</h2>
-           <div class="line post-min__line"></div>
-           <div class="post-min__dates">
-               <div class="post-min__date">
-                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
-                       <g clip-path="url(#clip0_43_1027)">
-                           <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
-                       </g>
-                       <defs>
-                           <clipPath id="clip0_43_1027">
-                               <rect width="13" height="13" fill="white"/>
-                           </clipPath>
-                       </defs>
+        {{ page.description | safe }}
+    </p>
+    {% endif %}
+    <a class="p-sm post-min__link" href="{{ page.path | safe }}">More</a>
 
-                   </svg>
-                   <span class="p-sm post-min__date-title">December 7, 2023</span>
-               </div>
-               <div class="post-min__date">
-                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
-                       <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
-                       <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
-                   </svg>
-                   <span class="p-sm post-min__date-title">News</span>
-               </div>
-           </div>
-           <p class="p-card post-min__text">
-               Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
-           </p>
-           <a class="p-sm post-min__link" href="/post/">More</a>
-       </div>
-       <div class="post-min">
-           <img class="post-min__img" src="/images/post/img3.png" alt="img">
-           <h2 class="h2-sub_v2 post-min__title">El Espaniol | Goodbye to Google Maps and Wikiloc: Organic Maps, the advanced mapping app that doesn't need a connection</h2>
-           <div class="line post-min__line"></div>
-           <div class="post-min__dates">
-               <div class="post-min__date">
-                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
-                       <g clip-path="url(#clip0_43_1027)">
-                           <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
-                       </g>
-                       <defs>
-                           <clipPath id="clip0_43_1027">
-                               <rect width="13" height="13" fill="white"/>
-                           </clipPath>
-                       </defs>
-
-                   </svg>
-                   <span class="p-sm post-min__date-title">December 7, 2023</span>
-               </div>
-               <div class="post-min__date">
-                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
-                       <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
-                       <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
-                   </svg>
-                   <span class="p-sm post-min__date-title">News</span>
-               </div>
-           </div>
-           <p class="p-card post-min__text">
-               Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
-           </p>
-           <a class="p-sm post-min__link" href="/post/">More</a>
-       </div>
-       <div class="post-min">
-           <img class="post-min__img" src="/images/post/img4.png" alt="img">
-           <h2 class="h2-sub_v2 post-min__title">Organic maps came to the rescue..</h2>
-           <div class="line post-min__line"></div>
-           <div class="post-min__dates">
-               <div class="post-min__date">
-                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
-                       <g clip-path="url(#clip0_43_1027)">
-                           <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
-                       </g>
-                       <defs>
-                           <clipPath id="clip0_43_1027">
-                               <rect width="13" height="13" fill="white"/>
-                           </clipPath>
-                       </defs>
-
-                   </svg>
-                   <span class="p-sm post-min__date-title">December 7, 2023</span>
-               </div>
-               <div class="post-min__date">
-                   <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
-                       <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
-                       <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
-                   </svg>
-                   <span class="p-sm post-min__date-title">News</span>
-               </div>
-           </div>
-           <p class="p-card post-min__text">
-               Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
-           </p>
-           <a class="p-sm post-min__link" href="/post/">More</a>
-       </div>
-   </div>
-    <button class="button button--line main-news__button">Show more</button>
-<!--  <div class="container main-news__row">-->
-
-<!--    {# Iterate and use en sections by default and use localized versions only if they are present #}-->
-<!--    {% set enNewsSectionTranslation = section.translations | filter(attribute='lang', value='en') | first %}-->
-<!--    {% set enNewsSection = get_section(path=enNewsSectionTranslation.path) %}-->
-
-<!--    {% for sectionStr in enNewsSection.subsections | sort | reverse %}-->
-<!--        {% set section = get_section(path=sectionStr) %}-->
-<!--        {% for page in section.pages %}-->
-<!--            {% set translatedPage = page.translations | filter(attribute='lang', value=lang) | first %}-->
-<!--            {% if translatedPage %}-->
-<!--                {% set page = get_page(path=translatedPage.path) %}-->
-<!--            {% endif %}-->
-
-<!--            <div class="news" {% if page.translations | length <= 1 %} dir="auto"{% endif %}>-->
-<!--                <div class="news__content">-->
-<!--                    <div class="news__date-row">&nbsp;-->
-<!--                        <a class="news__date-link"-->
-<!--                           href="{{ page.path | safe }}">{{ page.date | date(format='%B %e, %Y') }}</a>&nbsp;-->
-<!--                    </div>-->
-<!--                    {# Display wide images below the text instead of to the right. #}-->
-<!--                    {% set_global noflex = '' %}-->
-<!--                    {% for photo in page.assets %}-->
-<!--                        {% set meta = get_image_metadata(path=photo) %}-->
-<!--                        {% if meta.width > meta.height %}-->
-<!--                            {% set_global noflex = '_noflex' %}-->
-<!--                            {% break %}-->
-<!--                        {% endif %}-->
-<!--                    {% endfor %}-->
-<!--                    <div class="news__content-image{{ noflex }}">-->
-<!--                        {% if page.content %}-->
-<!--                            <div class="news__content">{{ page.content | safe }}</div>-->
-<!--                        {% endif %}-->
-
-<!--                        <span class="news__images">-->
-<!--                {% for photo in page.assets | sort %}-->
-<!--                    {% set meta = get_image_metadata(path=photo) %}-->
-<!--                    <img alt="img" class="news__image{% if meta.width > meta.height %}_landscape{% endif %}"-->
-<!--                         src="{{ page.path | safe }}{{ photo | split(pat='/') | last }}"/>-->
-<!--                {% endfor %}-->
-<!--                </span>-->
-<!--                    </div>-->
-<!--                </div>-->
-<!--            </div>-->
-
-
-<!--        {% endfor %}-->
-<!--    {% endfor %}-->
-<!--  </div>-->
- {% include 'section/donate.html' %}
-</main>
+    </section>
 
+    {% endfor %}
+    {% endfor %}
+</div>
 {% endblock content %}
diff --git a/templates/news_post-newwwww.html b/templates/news_post-newwwww.html
new file mode 100644
index 00000000..ee745000
--- /dev/null
+++ b/templates/news_post-newwwww.html
@@ -0,0 +1,159 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<br>
+<br>
+<br>
+<div class="single-news">
+  <div class="container single-news__row">
+    <nav class="bred-crum">
+      <ul class="bred-crum__row">
+        <li class="bred-crum__item">
+          <a class="nav-bred bred-crum__link" href="/">Home</a>
+        </li>
+        <li class="bred-crum__item">
+                        <span class="nav-bred">
+                            >
+                        </span>
+        </li>
+        <li class="bred-crum__item">
+          <a class="nav-bred bred-crum__link bred-crum--active" href="/support">News</a>
+        </li>
+        <li class="bred-crum__item">
+                        <span class="nav-bred">
+                            >
+                        </span>
+        </li>
+        <li class="bred-crum__item">
+          <a class="nav-bred bred-crum__link bred-crum--active" href="/post/">Organic Maps | Hacker News</a>
+        </li>
+      </ul>
+    </nav>
+
+    <div class="single-news__item">
+      <h2 class="h1 post-min__title">New Release: Straight-Line Routes</h2>
+      <div class="post-min">
+
+
+        <div class="post-min__dates">
+          <div class="post-min__date">
+            <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+              <g clip-path="url(#clip0_43_1027)">
+                <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
+              </g>
+              <defs>
+                <clipPath id="clip0_43_1027">
+                  <rect width="13" height="13" fill="white"/>
+                </clipPath>
+              </defs>
+
+            </svg>
+            <span class="p-sm post-min__date-title">December 7, 2023</span>
+          </div>
+          <div class="post-min__date">
+            <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+              <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
+              <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
+            </svg>
+            <span class="p-sm post-min__date-title">News</span>
+          </div>
+        </div>
+        <div class="post-min__content">
+          <img class="post-min__img--single" src="/images/post/img2.png" alt="img">
+          <p class="p-card post-min__text">
+            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
+          </p>
+          <p class="p-card post-min__text">
+
+            Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
+          </p>
+          <p class="p-card post-min__text">
+            But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
+
+          </p>
+          <p class="p-card post-min__text">
+
+            Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?
+
+          </p>
+        </div>
+
+
+      </div>
+    </div>
+  </div>
+  <div class="container">
+    <h2 class="h1 single-news__title">Other news</h2>
+    <div class="single-news__other">
+      <div class="post-min">
+        <img class="post-min__img" src="/images/post/img1.png" alt="img">
+        <h2 class="h2-sub_v2 post-min__title">Organic Maps | Hacker News</h2>
+        <div class="line post-min__line"></div>
+        <div class="post-min__dates">
+          <div class="post-min__date">
+            <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+              <g clip-path="url(#clip0_43_1027)">
+                <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
+              </g>
+              <defs>
+                <clipPath id="clip0_43_1027">
+                  <rect width="13" height="13" fill="white"/>
+                </clipPath>
+              </defs>
+
+            </svg>
+            <span class="p-sm post-min__date-title">December 7, 2023</span>
+          </div>
+          <div class="post-min__date">
+            <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+              <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
+              <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
+            </svg>
+            <span class="p-sm post-min__date-title">News</span>
+          </div>
+        </div>
+        <p class="p-card post-min__text">
+          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
+        </p>
+        <a class="p-sm post-min__link" href="/post/">More</a>
+      </div>
+      <div class="post-min">
+        <img class="post-min__img" src="/images/post/img2.png" alt="img">
+        <h2 class="h2-sub_v2 post-min__title">New Release: Straight-Line Routes</h2>
+        <div class="line post-min__line"></div>
+        <div class="post-min__dates">
+          <div class="post-min__date">
+            <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+              <g clip-path="url(#clip0_43_1027)">
+                <path d="M11.3181 0.764648H10.171V1.91171C10.171 2.14112 9.97987 2.29406 9.7887 2.29406C9.59752 2.29406 9.40634 2.14112 9.40634 1.91171V0.764648H3.2887V1.91171C3.2887 2.14112 3.09752 2.29406 2.90634 2.29406C2.71517 2.29406 2.52399 2.14112 2.52399 1.91171V0.764648H1.37693C0.803401 0.764648 0.382812 1.26171 0.382812 1.91171V3.28818H12.6181V1.91171C12.6181 1.26171 11.9299 0.764648 11.3181 0.764648ZM0.382812 4.09112V11.0882C0.382812 11.7764 0.803401 12.2352 1.41517 12.2352H11.3563C11.9681 12.2352 12.6563 11.7382 12.6563 11.0882V4.09112H0.382812ZM3.78575 10.5146H2.86811C2.71517 10.5146 2.56222 10.3999 2.56222 10.2088V9.25288C2.56222 9.09994 2.67693 8.947 2.86811 8.947H3.82399C3.97693 8.947 4.12987 9.06171 4.12987 9.25288V10.2088C4.09164 10.3999 3.97693 10.5146 3.78575 10.5146ZM3.78575 7.07347H2.86811C2.71517 7.07347 2.56222 6.95877 2.56222 6.76759V5.81171C2.56222 5.65877 2.67693 5.50583 2.86811 5.50583H3.82399C3.97693 5.50583 4.12987 5.62053 4.12987 5.81171V6.76759C4.09164 6.95877 3.97693 7.07347 3.78575 7.07347ZM6.84458 10.5146H5.8887C5.73575 10.5146 5.58281 10.3999 5.58281 10.2088V9.25288C5.58281 9.09994 5.69752 8.947 5.8887 8.947H6.84458C6.99752 8.947 7.15046 9.06171 7.15046 9.25288V10.2088C7.15046 10.3999 7.03575 10.5146 6.84458 10.5146ZM6.84458 7.07347H5.8887C5.73575 7.07347 5.58281 6.95877 5.58281 6.76759V5.81171C5.58281 5.65877 5.69752 5.50583 5.8887 5.50583H6.84458C6.99752 5.50583 7.15046 5.62053 7.15046 5.81171V6.76759C7.15046 6.95877 7.03575 7.07347 6.84458 7.07347ZM9.9034 10.5146H8.94752C8.79458 10.5146 8.64164 10.3999 8.64164 10.2088V9.25288C8.64164 9.09994 8.75634 8.947 8.94752 8.947H9.9034C10.0563 8.947 10.2093 9.06171 10.2093 9.25288V10.2088C10.2093 10.3999 10.0946 10.5146 9.9034 10.5146ZM9.9034 7.07347H8.94752C8.79458 7.07347 8.64164 6.95877 8.64164 6.76759V5.81171C8.64164 5.65877 8.75634 5.50583 8.94752 5.50583H9.9034C10.0563 5.50583 10.2093 5.62053 10.2093 5.81171V6.76759C10.2093 6.95877 10.0946 7.07347 9.9034 7.07347Z" fill="#AEC5BA"/>
+              </g>
+              <defs>
+                <clipPath id="clip0_43_1027">
+                  <rect width="13" height="13" fill="white"/>
+                </clipPath>
+              </defs>
+
+            </svg>
+            <span class="p-sm post-min__date-title">December 7, 2023</span>
+          </div>
+          <div class="post-min__date">
+            <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
+              <path d="M8.66671 1.08337L2.16671 1.08337C1.8795 1.08375 1.60417 1.198 1.40109 1.40109C1.198 1.60417 1.08375 1.8795 1.08337 2.16671L1.08337 10.2917C1.08385 10.7225 1.2552 11.1356 1.55985 11.4402C1.86449 11.7449 2.27754 11.9162 2.70837 11.9167L9.20837 11.9167C9.27952 11.9167 9.34997 11.9028 9.41571 11.8756C9.48145 11.8484 9.54117 11.8085 9.59148 11.7581C9.64179 11.7078 9.68169 11.6481 9.70889 11.5824C9.7361 11.5166 9.75008 11.4462 9.75004 11.375L9.75004 2.16671C9.74967 1.8795 9.63541 1.60417 9.43233 1.40109C9.22925 1.198 8.95391 1.08375 8.66671 1.08337ZM3.52087 3.25004L5.14587 3.25004C5.28953 3.25004 5.42731 3.30711 5.52889 3.40869C5.63047 3.51027 5.68754 3.64805 5.68754 3.79171C5.68754 3.93537 5.63047 4.07314 5.52889 4.17472C5.42731 4.27631 5.28953 4.33337 5.14587 4.33337L3.52087 4.33337C3.37722 4.33337 3.23944 4.27631 3.13786 4.17472C3.03628 4.07314 2.97921 3.93537 2.97921 3.79171C2.97921 3.64805 3.03628 3.51027 3.13786 3.40869C3.23944 3.30711 3.37722 3.25004 3.52087 3.25004ZM7.31254 10.0209L3.52087 10.0209C3.37722 10.0209 3.23944 9.96381 3.13786 9.86222C3.03628 9.76064 2.97921 9.62287 2.97921 9.47921C2.97921 9.33555 3.03628 9.19777 3.13786 9.09619C3.23944 8.99461 3.37722 8.93754 3.52087 8.93754L7.31254 8.93754C7.4562 8.93754 7.59398 8.99461 7.69556 9.09619C7.79714 9.19777 7.85421 9.33555 7.85421 9.47921C7.85421 9.62287 7.79714 9.76064 7.69556 9.86222C7.59398 9.96381 7.4562 10.0209 7.31254 10.0209ZM7.31254 8.12504L3.52087 8.12504C3.37722 8.12504 3.23944 8.06797 3.13786 7.96639C3.03628 7.86481 2.97921 7.72703 2.97921 7.58337C2.97921 7.43972 3.03628 7.30194 3.13786 7.20036C3.23944 7.09878 3.37722 7.04171 3.52087 7.04171L7.31254 7.04171C7.4562 7.04171 7.59398 7.09878 7.69556 7.20036C7.79714 7.30194 7.85421 7.43971 7.85421 7.58337C7.85421 7.72703 7.79714 7.86481 7.69556 7.96639C7.59398 8.06797 7.4562 8.12504 7.31254 8.12504ZM7.31254 6.22921L3.52087 6.22921C3.37722 6.22921 3.23944 6.17214 3.13786 6.07056C3.03628 5.96897 2.97921 5.8312 2.97921 5.68754C2.97921 5.54388 3.03628 5.40611 3.13786 5.30452C3.23944 5.20294 3.37722 5.14587 3.52087 5.14587L7.31254 5.14587C7.4562 5.14587 7.59397 5.20294 7.69556 5.30452C7.79714 5.40611 7.85421 5.54388 7.85421 5.68754C7.85421 5.8312 7.79714 5.96897 7.69556 6.07056C7.59398 6.17214 7.4562 6.22921 7.31254 6.22921Z" fill="#AEC5BA"/>
+              <path d="M10.2917 11.9167L9.20842 11.9167C9.13727 11.9167 9.06682 11.9028 9.00108 11.8756C8.93534 11.8484 8.87562 11.8085 8.82531 11.7581C8.775 11.7078 8.7351 11.6481 8.7079 11.5824C8.68069 11.5166 8.66671 11.4462 8.66675 11.375L8.66675 4.87504C8.66671 4.8039 8.68069 4.73344 8.7079 4.66771C8.7351 4.60197 8.775 4.54224 8.82531 4.49193C8.87561 4.44163 8.93534 4.40173 9.00108 4.37452C9.06682 4.34732 9.13727 4.33333 9.20841 4.33337L11.3751 4.33337C11.4462 4.33333 11.5167 4.34732 11.5824 4.37452C11.6482 4.40173 11.7079 4.44163 11.7582 4.49193C11.8085 4.54224 11.8484 4.60197 11.8756 4.66771C11.9028 4.73344 11.9168 4.8039 11.9167 4.87504L11.9167 10.2917C11.9163 10.7225 11.7449 11.1356 11.4403 11.4402C11.1356 11.7449 10.7226 11.9162 10.2917 11.9167ZM9.75008 10.8334L10.2917 10.8334C10.4354 10.8333 10.5731 10.7762 10.6747 10.6746C10.7762 10.5731 10.8333 10.4353 10.8334 10.2917L10.8334 5.41671L9.75008 5.41671L9.75008 10.8334Z" fill="#AEC5BA"/>
+            </svg>
+            <span class="p-sm post-min__date-title">News</span>
+          </div>
+        </div>
+        <p class="p-card post-min__text">
+          Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna ...
+        </p>
+        <a class="p-sm post-min__link" href="/post/">More</a>
+      </div>
+    </div>
+    <button class="button button--line single-news__button">Show more</button>
+  </div>
+
+</div>
+{% endblock content %}
diff --git a/templates/news_post.html b/templates/news_post.html
index ee745000..1d826c2e 100644
--- a/templates/news_post.html
+++ b/templates/news_post.html
@@ -17,7 +17,8 @@
                         </span>
         </li>
         <li class="bred-crum__item">
-          <a class="nav-bred bred-crum__link bred-crum--active" href="/support">News</a>
+
+          <a class="nav-bred bred-crum__link bred-crum--active" href="{{ get_url(path="@/news/_index.md", lang=lang) }}">News</a>
         </li>
         <li class="bred-crum__item">
                         <span class="nav-bred">
@@ -25,13 +26,13 @@
                         </span>
         </li>
         <li class="bred-crum__item">
-          <a class="nav-bred bred-crum__link bred-crum--active" href="/post/">Organic Maps | Hacker News</a>
+          <a class="nav-bred bred-crum__link bred-crum--active" href="/post/"> {{ resource.title | safe }}</a>
         </li>
       </ul>
     </nav>
 
     <div class="single-news__item">
-      <h2 class="h1 post-min__title">New Release: Straight-Line Routes</h2>
+      <h2 class="h1 post-min__title"> {{ resource.title | safe }}</h2>
       <div class="post-min">
 
 
@@ -48,7 +49,7 @@
               </defs>
 
             </svg>
-            <span class="p-sm post-min__date-title">December 7, 2023</span>
+            <span class="p-sm post-min__date-title">{{ resource.date | date(format='%B %e, %Y') }}</span>
           </div>
           <div class="post-min__date">
             <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
@@ -59,25 +60,12 @@
           </div>
         </div>
         <div class="post-min__content">
-          <img class="post-min__img--single" src="/images/post/img2.png" alt="img">
-          <p class="p-card post-min__text">
-            Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
 
+          {% for photo in resource.assets | sort %}
+          <img class="post-min__img post-min__img--float" src="{{ resource.path | safe }}{{ photo | split(pat='/') | last }}" />
+          {% endfor %}
+          {{ resource.content | safe }}
 
-          </p>
-          <p class="p-card post-min__text">
-
-            Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
-          </p>
-          <p class="p-card post-min__text">
-            But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.
-
-          </p>
-          <p class="p-card post-min__text">
-
-            Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?
-
-          </p>
         </div>
 
 
@@ -85,7 +73,7 @@
     </div>
   </div>
   <div class="container">
-    <h2 class="h1 single-news__title">Other news</h2>
+    <h2 class="h1 single-news__title"> <span style="color: red">HEED RENDER ITEM</span></h2>
     <div class="single-news__other">
       <div class="post-min">
         <img class="post-min__img" src="/images/post/img1.png" alt="img">
@@ -154,6 +142,5 @@
     </div>
     <button class="button button--line single-news__button">Show more</button>
   </div>
-
 </div>
 {% endblock content %}
diff --git a/templates/page.html b/templates/page.html
index c56fb589..85ab7e35 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -2,8 +2,59 @@
 
 {% block content %}
 
-<h1>{{ resource.title }}</h1>
+{% if page.taxonomies and page.taxonomies.faq %}{# Show FAQ breadcrumbs #}
+<section class="hero-sub" style="background-image: url(/faq/hero_image.png)" >
+ <div class="container hero-sub__container">
+  <nav class="bred-crum">
+   <ul class="bred-crum__row">
+    <li class="bred-crum__item">
+     <a class="nav-bred bred-crum__link" href="/faq">Faq</a>
+    </li>
+    <li class="bred-crum__item">
+                    <span class="nav-bred">
+                        >
+                    </span>
+    </li>
+    <li class="bred-crum__item">
+     <a class="nav-bred bred-crum__link bred-crum--active"
+        href="/{{ resource.title }}">{{ resource.title }}</a>
+    </li>
+   </ul>
+  </nav>
+  <div class="hero-sub__content">
+   <h1 class="h1 hero-sub__title">
+    Faq
+   </h1>
 
+
+  </div>
+ </div>
+</section>
+<section class="search">
+ <div class="container search__container">
+  <label class="search__label" for="inpSearch">
+   {% include 'ui/search.html' %}
+   <input class="search__input" id="inpSearch" type="text" placeholder="Search">
+  </label>
+ </div>
+</section>
+<section class="faq-post">
+ <div class="container faq-page-list__row">
+  {% set categories = get_taxonomy(kind='faq') | get(key="items") %}
+<!--  <h2 class="h2-inter faq-page-list__title">App</h2>-->
+<!--  <div class="line line&#45;&#45;full"></div>-->
+  <h2 class="h1-inter faq-page-list__title">{{ resource.title }}</h2>
+  <div class="faq-page-list__buttons">
+
+   {% for item in categories %}
+   <a class="button button--line-min" href="{{ get_taxonomy_url(kind="faq", name=item.name) }}">{{ item.name }}</a>
+   {% endfor %}
+  </div>
+
+
+
+{% endif %}
 {{ resource.content | safe }}
-
+ </div>
+</section>
 {% endblock content %}
diff --git a/templates/shortcodes/tts_table.md b/templates/shortcodes/tts_table.md
new file mode 100644
index 00000000..c17ff72f
--- /dev/null
+++ b/templates/shortcodes/tts_table.md
@@ -0,0 +1,91 @@
+<p id="tts-table" />
+
+{{ trans(key='const_lang', lang=lang) }} | &emsp; {{ trans(key='engines', lang=lang) }}
+:------------------|:----------------------------------------------------------
+Afrikaans          | &emsp; eSpeak
+Albanian           | &emsp; RHVoice, eSpeak
+Arabic             | &emsp; Vocalizer, Acapela, Nuance
+Aragonese          | &emsp; eSpeak
+Armenian           | &emsp; eSpeak
+Basque             | &emsp; Vocalizer, Nuance
+Bengal             | &emsp; Vocalizer, Google, Nuance
+Bhojpuri           | &emsp; Vocalizer, Nuance
+Bulgarian          | &emsp; Vocalizer, Nuance, eSpeak
+Cantonese          | &emsp; Vocalizer, Google, Nuance, eSpeak
+Catalan            | &emsp; Vocalizer, Acapela, Nuance, eSpeak
+Croatian           | &emsp; Vocalizer, Nuance, eSpeak
+Czech              | &emsp; Vocalizer, Acapela, Nuance, eSpeak
+Danish             | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
+Dongbei            | &emsp; Vocalizer
+Dutch (BE)         | &emsp; Vocalizer, Nuance
+Dutch (NL)         | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance
+English (AU)       | &emsp; Vocalizer, Google, Acapela, Nuance, RHVoice
+English (IE)       | &emsp; Vocalizer, Nuance
+English (IN)       | &emsp; Vocalizer, Google, Acapela, Nuance
+English (SCT)      | &emsp; Vocalizer, Nuance, RHVoice
+English (UK)       | &emsp; Vocalizer, Google, Acapela, Yandex, RHVoice, eSpeak
+English (US)       | &emsp; Vocalizer, Google, Acapela, Ivona, Yandex, Nuance, RHVoice, eSpeak
+English (ZA)       | &emsp; Vocalizer, Nuance
+Esperanto          | &emsp; RHVoice, eSpeak
+Estonian           | &emsp; eSpeak
+Faroese            | &emsp; Acapela
+Farsi              | &emsp; Vocalizer, Nuance, eSpeak
+Finnish            | &emsp; Vocalizer, Google, Acapela, Nuance, eSpeak
+French (BE)        | &emsp; Vocalizer
+French (CA)        | &emsp; Vocalizer, Nuance
+French (FR)        | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
+Galician           | &emsp; Vocalizer, Nuance
+Georgian           | &emsp; RHVoice, eSpeak
+German             | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
+Greek              | &emsp; Vocalizer, Acapela, Nuance, eSpeak
+Hebrew             | &emsp; Vocalizer, Nuance
+Hindi              | &emsp; Vocalizer, Nuance, eSpeak
+Hungarian          | &emsp; Vocalizer, Google, Nuance, eSpeak
+Icelandic          | &emsp; eSpeak
+Indonesian         | &emsp; Vocalizer, Google, Nuance, eSpeak
+Irish              | &emsp; eSpeak
+Italian            | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
+Japanese           | &emsp; Vocalizer, Google, Acapela, Nuance
+Kannada            | &emsp; Vocalizer, Nuance, eSpeak
+Korean             | &emsp; Vocalizer, Google, Acapela, Nuance
+Kurdish            | &emsp; eSpeak
+Kyrgyz             | &emsp; RHVoice
+Latvian            | &emsp; eSpeak
+Lithuanian         | &emsp; eSpeak
+Lojban             | &emsp; eSpeak
+Macedonian         | &emsp; RHVoice, eSpeak
+Malay              | &emsp; Vocalizer, Nuance, eSpeak
+Malayalam          | &emsp; eSpeak
+Mandarin (CN)      | &emsp; Vocalizer, Acapela, eSpeak
+Mandarin (TW)      | &emsp; Vocalizer, Google, Nuance
+Marathi            | &emsp; Vocalizer, Nuance
+Nepalese           | &emsp; eSpeak
+Norwegian          | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
+Polish             | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, RHVoice, eSpeak
+Portuguese (BR)    | &emsp; Vocalizer, RHVoice
+Portuguese (PT)    | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
+Punjabi            | &emsp; eSpeak
+Romanian           | &emsp; Vocalizer, Ivona, Nuance, eSpeak
+Russian            | &emsp; Vocalizer, Google, Acapela, Ivona, Yandex, RHVoice, eSpeak
+Serbian            | &emsp; eSpeak
+Shaanxi            | &emsp; Vocalizer
+Shanghainese       | &emsp; Vocalizer
+Sichuanese         | &emsp; Vocalizer
+Slovak             | &emsp; Vocalizer, Nuance, eSpeak
+Slovenian          | &emsp; Vocalizer
+Spanish (AR)       | &emsp; Vocalizer, Nuance
+Spanish (CL)       | &emsp; Vocalizer, Nuance
+Spanish (CO)       | &emsp; Vocalizer
+Spanish (ES)       | &emsp; Vocalizer, Google, Acapela, Ivona, Nuance, eSpeak
+Spanish (MX)       | &emsp; Vocalizer
+Swahili            | &emsp; eSpeak
+Swedish            | &emsp; Vocalizer, Ivona, Nuance, eSpeak
+Tamil              | &emsp; Vocalizer, Nuance, eSpeak
+Telugu             | &emsp; Vocalizer
+Tatar              | &emsp; RHVoice
+Thai               | &emsp; Vocalizer, Google, Nuance
+Turkish            | &emsp; Vocalizer, Google, Acapela, Ivona, Yandex, Nuance, eSpeak
+Ukrainian          | &emsp; Vocalizer, Nuance, RHVoice
+Valencian          | &emsp; Vocalizer
+Vietnamese         | &emsp; Vocalizer, Nuance, eSpeak
+Welsh              | &emsp; eSpeak
diff --git a/yarn.lock b/yarn.lock
new file mode 100644
index 00000000..e69de29b